Make FM key file readable for countme user
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
5e09dce82d
commit
501988bba8
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@
|
||||||
copy:
|
copy:
|
||||||
src: "{{ private }}/files/rabbitmq/{{ env }}/pki/private/logging{{ env_suffix }}.key"
|
src: "{{ private }}/files/rabbitmq/{{ env }}/pki/private/logging{{ env_suffix }}.key"
|
||||||
dest: /etc/pki/fedora-messaging/logging.key
|
dest: /etc/pki/fedora-messaging/logging.key
|
||||||
mode: 0600
|
mode: 0640
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: countme
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- logging
|
- logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue