Compare commits
No commits in common. "d18e1df2cdf14f92b66c50bba785142ce83095a1" and "980aeb39e77db6ca2a975b553b3e17cb54047697" have entirely different histories.
d18e1df2cd
...
980aeb39e7
|
|
@ -1,3 +1,2 @@
|
||||||
ansible_user: ansible
|
ansible_user: ansible
|
||||||
ansible_password: "{{ ansible_crypted_password }}"
|
ansible_password: "{{ ansible_crypted_password }}"
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
---
|
---
|
||||||
- name: Check access to Internet
|
- name: Check access to Internet
|
||||||
wait_for:
|
wait_for: host=1.1.1.1 timeout=1
|
||||||
host: 1.1.1.1
|
|
||||||
timeout: 5
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue