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 }}"
|
msg: "{{ inventory_hostname }}"
|
||||||
- name: Wut
|
- name: Wut
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
|
apt update
|
||||||
|
apt install -y iputils-ping
|
||||||
ping -c 5 {{ inventory_hostname }}
|
ping -c 5 {{ inventory_hostname }}
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
|
Loading…
Reference in New Issue