try to fix permissions issue
This commit is contained in:
parent
527505f7ca
commit
c6c4260c93
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
---
|
||||
|
||||
- name: Ensure permissions on signing key
|
||||
file:
|
||||
path: "{{ role_path }}/files/{{ ssh_ca_signing_key }}"
|
||||
state: file
|
||||
mode: 0644
|
||||
|
||||
- name: Generate key pair
|
||||
openssh_keypair:
|
||||
path: "/etc/ssh/{{ ssh_ca_key_name }}"
|
||||
|
|
Reference in a new issue