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