diff --git a/setup_auth.yaml b/setup_auth.yaml index 815d973..232d53a 100644 --- a/setup_auth.yaml +++ b/setup_auth.yaml @@ -6,9 +6,4 @@ authorized_key: user: root key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIArcvGwvT6CbzyY513rhD6zTPXxOvHEsekE5ElGc3PWv ansible@ansible.william.zone - state: present - become: true - - - name: Remove root password - shell: passwd -d root - become: true + state: present \ No newline at end of file