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
|
- name: Configure root authorized_keys
|
||||||
template:
|
template:
|
||||||
src: files/openssh_authorized_keys
|
src: files/openssh_authorized_keys
|
||||||
dest: /root/.ssh/authroized_keys
|
dest: /root/.ssh/authorized_keys
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in a new issue