[mailman3] Add correct permissions to fedora-messaging certificates
The mailman user needs to have access to fedora-messaging certificates to send messages. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
de324f9220
commit
61cb8fd515
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@
|
||||||
src: "{{item.src}}"
|
src: "{{item.src}}"
|
||||||
dest: "/etc/pki/rabbitmq/mailman/{{item.dest}}"
|
dest: "/etc/pki/rabbitmq/mailman/{{item.dest}}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: mailman
|
||||||
mode: "{{item.mode}}"
|
mode: "{{item.mode}}"
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
src: "{{item.src}}"
|
src: "{{item.src}}"
|
||||||
dest: "/etc/pki/rabbitmq/mailman/{{item.dest}}"
|
dest: "/etc/pki/rabbitmq/mailman/{{item.dest}}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: mailman
|
||||||
mode: "{{item.mode}}"
|
mode: "{{item.mode}}"
|
||||||
when: env != 'staging'
|
when: env != 'staging'
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue