install ping
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m33s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m33s
Details
This commit is contained in:
parent
f189b1fca3
commit
4a995ed62e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue