From 35e3b9047ae00c96ed8ce5a689007dccd40f60ca Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Thu, 1 Dec 2022 13:41:54 +0100 Subject: [PATCH] test --- hetzner/autoinstall/tasks/unlock.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hetzner/autoinstall/tasks/unlock.yml b/hetzner/autoinstall/tasks/unlock.yml index d346281..5b2f9b5 100644 --- a/hetzner/autoinstall/tasks/unlock.yml +++ b/hetzner/autoinstall/tasks/unlock.yml @@ -21,6 +21,10 @@ ignore_errors: yes delegate_to: localhost +- name: Clear gathered facts from all currently targeted hosts + ansible.builtin.meta: clear_facts + delegate_to: localhost + - name: set ansible_user set_fact: ansible_ssh_user: "{{ ansible_user }}"