maybe fix wait for conn
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 6m10s Details

This commit is contained in:
Gleb Koval 2023-09-11 00:23:37 +01:00
parent bc59bd5fdb
commit 5b0bae4865
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
retries: 30 retries: 30
delay: 10 delay: 10
until: wait_conn.ping is defined until: wait_conn.ping is defined
failed_when: wait_conn.ping is not defined
# ansible.builtin.wait_for: # ansible.builtin.wait_for:
# host: "{{ inventory_hostname }}" # host: "{{ inventory_hostname }}"
# port: 22 # port: 22