fix variable name in network handler
This commit is contained in:
parent
3cf6d22034
commit
6dc7622ccf
@ -20,11 +20,10 @@
|
||||
- name: wait for host
|
||||
local_action:
|
||||
module: wait_for
|
||||
host={{ network.config[network.defaultif].ipaddr }}
|
||||
host={{ network_interfaces[network_defaultif].ipaddr }}
|
||||
port=22
|
||||
delay=1
|
||||
timeout=300
|
||||
listen:
|
||||
- "network_restart"
|
||||
- "host_reboot"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user