From 4a995ed62e40ff08823d657a7e5ac9b642eb89c5 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Wed, 6 Sep 2023 00:47:47 +0100 Subject: [PATCH] install ping --- infra/joplin/0001_software_playbook.yaml | 2 ++ 1 file changed, 2 insertions(+) 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