mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
logging: Make FM config be owned by countme user
This is so the various scripts running under the countme user actually can read it and send messages on the bus. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
committed by
nphilipp
parent
56440ef994
commit
51a4fa8639
@@ -51,9 +51,9 @@
|
||||
template:
|
||||
src: fedora-messaging.toml.j2
|
||||
dest: /etc/fedora-messaging/config.toml
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
owner: countme
|
||||
group: countme
|
||||
mode: 0660
|
||||
tags:
|
||||
- config
|
||||
- logging
|
||||
|
||||
Reference in New Issue
Block a user