install ping
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m9s Details

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

View File

@ -14,6 +14,7 @@
delegate_to: localhost
- name: Ping
ansible.builtin.shell: |
apt update && apt install -y iputils-ping
ping -c 5 {{ inventory_hostname }}
delegate_to: localhost
- name: Test some stuff