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