delegate more

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

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