Compare commits

..

No commits in common. "f2ec364916b5e92911a9373408fba260ff975274" and "0d3d6eb22ea8d35cf0e91260a3b56b048ce8958a" 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