Fix openssh authorized_keys
This commit is contained in:
parent
42729efb17
commit
4063ce59ca
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
- name: Configure root authorized_keys
|
||||
template:
|
||||
src: files/openssh_authorized_keys
|
||||
dest: /root/.ssh/authroized_keys
|
||||
dest: /root/.ssh/authorized_keys
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in a new issue