From fcd273272d75231d470fd3da7085b096977f89f9 Mon Sep 17 00:00:00 2001 From: cody Date: Fri, 17 Feb 2023 17:26:55 +0000 Subject: [PATCH] Update 'setup_auth.yaml' --- setup_auth.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup_auth.yaml b/setup_auth.yaml index 8f858a6..815d973 100644 --- a/setup_auth.yaml +++ b/setup_auth.yaml @@ -1,4 +1,6 @@ -- hosts: all +- name: Install key and disable root passowrd + hosts: all + become: yes tasks: - name: Add public key to authorized_keys authorized_key: