diff --git a/hetzner/autoinstall/tasks/unlock.yml b/hetzner/autoinstall/tasks/unlock.yml index ab7b4ed..b4dcdc2 100644 --- a/hetzner/autoinstall/tasks/unlock.yml +++ b/hetzner/autoinstall/tasks/unlock.yml @@ -21,6 +21,9 @@ ignore_errors: yes delegate_to: localhost +- name: Clear gathered facts from all currently targeted hosts + ansible.builtin.meta: clear_facts + - name: set ansible_user set_fact: ansible_ssh_user: "{{ ansible_user }}"