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 }}"