Set also the group for directories.
This commit is contained in:
parent
adf56827ad
commit
92a51785cb
@ -5,8 +5,9 @@
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
path: "{{ item }}"
|
||||
mode: 0755
|
||||
owner: "{{ ansible_user_id }}"
|
||||
mode: '0755'
|
||||
owner: "{{ ansible_effective_user_id }}"
|
||||
group: "{{ ansible_effective_group_id }}"
|
||||
with_items:
|
||||
- "{{ authentik_volume_media }}"
|
||||
- "{{ authentik_volume_certs }}"
|
||||
|
Loading…
Reference in New Issue
Block a user