fix: fix missing file permissions for krypton

This commit is contained in:
David Kilias 2022-10-26 21:55:30 +02:00
parent 94faf739e3
commit 78eeb7b8c6

View file

@ -42,13 +42,14 @@
- name: Ensure openLDAP directories are present. - name: Ensure openLDAP directories are present.
file: file:
path: "{{ item }}" path: "{{ item.path }}"
mode: "0755"
state: directory state: directory
with_items: with_items:
- "{{ openldap_data }}/ldap" - path: "{{ openldap_data }}/ldap"
- "{{ openldap_data }}/slapd" - path: "{{ openldap_data }}/slapd"
- "{{ openldap_data }}/ldif" - path: "{{ openldap_data }}/ldif"
- "{{ dehydrated_certs_dir }}/{{ openldap_domain }}" - path: "{{ dehydrated_certs_dir }}/{{ openldap_domain }}"
- name: Ensure container for openLDAP is running. - name: Ensure container for openLDAP is running.
docker_container: docker_container: