install ping
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m33s Details

This commit is contained in:
Gleb Koval 2023-09-06 00:47:47 +01:00
parent f189b1fca3
commit 4a995ed62e
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
msg: "{{ inventory_hostname }}"
- name: Wut
ansible.builtin.shell: |
apt update
apt install -y iputils-ping
ping -c 5 {{ inventory_hostname }}
args:
executable: /bin/bash