diff --git a/infra/joplin/0001_software_playbook.yaml b/infra/joplin/0001_software_playbook.yaml index d878649..458aaeb 100644 --- a/infra/joplin/0001_software_playbook.yaml +++ b/infra/joplin/0001_software_playbook.yaml @@ -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