From b7bd3f658f639804a08c32cbd19442601e183de5 Mon Sep 17 00:00:00 2001 From: cody Date: Mon, 20 Feb 2023 18:16:25 +0000 Subject: [PATCH] Update 'setup_auth.yaml' --- setup_auth.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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