Make FM key file readable for countme user

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-08-16 10:07:51 +02:00
parent 5e09dce82d
commit 501988bba8
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@
copy:
src: "{{ private }}/files/rabbitmq/{{ env }}/pki/private/logging{{ env_suffix }}.key"
dest: /etc/pki/fedora-messaging/logging.key
mode: 0600
mode: 0640
owner: root
group: root
group: countme
tags:
- config
- logging