Separated parameters
This commit is contained in:
parent
aabc0c2004
commit
f2ec364916
|
|
@ -1,3 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: Check access to Internet
|
- name: Check access to Internet
|
||||||
wait_for: host=1.1.1.1 timeout=1
|
wait_for:
|
||||||
|
host: 1.1.1.1
|
||||||
|
timeout: 5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue