delegate more
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 1m54s Details

This commit is contained in:
Gleb Koval 2023-09-07 00:05:11 +01:00
parent 18e2ba2f75
commit 9c2ce06cb0
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- name: Wait for 10s
ansible.builtin.wait_for:
timeout: 10
delegate_to: localhost
- name: Ping
ansible.builtin.shell: |
ping -c 5 {{ inventory_hostname }}