try to fix permissions issue

This commit is contained in:
Pim Kunis 2023-04-25 17:09:04 +02:00
parent 527505f7ca
commit f2e25df0b2

View file

@ -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
openssh_keypair:
path: "/etc/ssh/{{ ssh_ca_key_name }}"