Compare commits

..

No commits in common. "d18e1df2cdf14f92b66c50bba785142ce83095a1" and "980aeb39e77db6ca2a975b553b3e17cb54047697" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,2 @@
ansible_user: ansible
ansible_password: "{{ ansible_crypted_password }}"
ansible_python_interpreter: /usr/bin/python3
ansible_password: "{{ ansible_crypted_password }}"

View File

@ -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