From da24557c63913b15cbb404d69c1c9de637213397 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Thu, 1 Dec 2022 13:55:01 +0100 Subject: [PATCH] test --- hetzner/autoinstall/tasks/unlock.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hetzner/autoinstall/tasks/unlock.yml b/hetzner/autoinstall/tasks/unlock.yml index b4dcdc2..7ca527a 100644 --- a/hetzner/autoinstall/tasks/unlock.yml +++ b/hetzner/autoinstall/tasks/unlock.yml @@ -9,6 +9,7 @@ search_regex: OpenSSH|dropbear timeout: 300 delegate_to: localhost + delegate_facts: yes - name: test ssh connection with {{ ansible_user }} shell: | @@ -20,6 +21,7 @@ register: connection_test ignore_errors: yes delegate_to: localhost + delegate_facts: yes - name: Clear gathered facts from all currently targeted hosts ansible.builtin.meta: clear_facts