From a227359341c6db84751b5598d75b80c178f57415 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Fri, 30 Jun 2023 23:57:31 +0000 Subject: [PATCH] fix: root auth keys deployed in base role --- roles/sshd-config/tasks/main.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/sshd-config/tasks/main.yaml b/roles/sshd-config/tasks/main.yaml index 3e749dd..bb746a7 100644 --- a/roles/sshd-config/tasks/main.yaml +++ b/roles/sshd-config/tasks/main.yaml @@ -12,8 +12,3 @@ line: 'Port 22' notify: - reload sshd - -- name: Authorized Keys - copy: - src: authorized_keys - dest: /root/.ssh/authorized_keys