Merge pull request '🚑 pottwal: Change group of prosody certs dir' (!131) from alex/netz39-infra-ansible:prosody-fixup into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/131 Reviewed-by: Stefan Haun <tux@netz39.de>
This commit is contained in:
commit
4f549c3e7b
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ prosody_config_dir }}/certs"
|
path: "{{ prosody_config_dir }}/certs"
|
||||||
state: directory
|
state: directory
|
||||||
|
# group 'ssl-cert' inside of the container
|
||||||
|
group: "101"
|
||||||
mode: 0750
|
mode: 0750
|
||||||
|
|
||||||
- name: Ensure prosody conf.avail dir exists
|
- name: Ensure prosody conf.avail dir exists
|
||||||
|
|
Loading…
Reference in a new issue