Fix KDC certificate permissions

This commit is contained in:
Samuel Veloso
2020-06-09 14:48:07 +02:00
parent 66936d1afa
commit c49fa4e899

View File

@@ -72,3 +72,11 @@
roles:
- role: ipareplica
state: present
post_tasks:
- name: Fix KDC certificate permissions
file:
path: /var/kerberos/krb5kdc/kdc.crt
owner: root
group: root
mode: '0644'