try to fix permissions issue
This commit is contained in:
parent
527505f7ca
commit
f2e25df0b2
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: present
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: Generate key pair
|
- name: Generate key pair
|
||||||
openssh_keypair:
|
openssh_keypair:
|
||||||
path: "/etc/ssh/{{ ssh_ca_key_name }}"
|
path: "/etc/ssh/{{ ssh_ca_key_name }}"
|
||||||
|
|
Reference in a new issue