From f189b1fca37fc023c832f35a39aaa2131b9006a2 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Wed, 6 Sep 2023 00:42:08 +0100 Subject: [PATCH] move wut --- infra/joplin/0001_software_playbook.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/joplin/0001_software_playbook.yaml b/infra/joplin/0001_software_playbook.yaml index d3e096f..d878649 100644 --- a/infra/joplin/0001_software_playbook.yaml +++ b/infra/joplin/0001_software_playbook.yaml @@ -5,17 +5,17 @@ - name: Debug ansible.builtin.debug: msg: "{{ inventory_hostname }}" - - name: Wait for connection - ansible.builtin.wait_for: - host: "{{ inventory_hostname }}" - port: 22 - timeout: 300 - name: Wut ansible.builtin.shell: | ping -c 5 {{ inventory_hostname }} args: executable: /bin/bash delegate_to: localhost + - name: Wait for connection + ansible.builtin.wait_for: + host: "{{ inventory_hostname }}" + port: 22 + timeout: 300 - name: Test some stuff ansible.builtin.shell: | touch ~/hmm