fix permissions on key files
This commit is contained in:
parent
11f2a4e93d
commit
527505f7ca
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
copy:
|
||||
src: "/tmp/{{ ssh_ca_key_name }}-cert.pub"
|
||||
dest: "/etc/ssh/{{ ssh_ca_key_name }}-cert.pub"
|
||||
mode: 0600
|
||||
mode: 0644
|
||||
when: not cert_state.stat.exists
|
||||
|
||||
- name: Delete local public key
|
||||
|
|
Reference in a new issue