remove connection reset since there is no connection at this point

master
Michael Wilson 3 years ago
parent 5ff49427c6
commit 5eb86b2b38
  1. 3
      hetzner/autoinstall/tasks/unlock.yml

@ -26,8 +26,5 @@
ansible_ssh_user: "{{ ansible_user }}"
when: connection_test is succeeded
- name: Reset ssh connection to allow user changes to affect 'current login user'
ansible.builtin.meta: reset_connection
- name: reload facts
setup:

Loading…
Cancel
Save