diff --git a/hetzner/autoinstall/tasks/unlock.yml b/hetzner/autoinstall/tasks/unlock.yml index 5b2f9b5..cf3f261 100644 --- a/hetzner/autoinstall/tasks/unlock.yml +++ b/hetzner/autoinstall/tasks/unlock.yml @@ -30,8 +30,5 @@ ansible_ssh_user: "{{ ansible_user }}" when: connection_test is succeeded -- name: Clear gathered facts from all currently targeted hosts - ansible.builtin.meta: clear_facts - - name: reload facts setup: