bodhi-backend: use acl module instead of command

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-12-13 13:49:28 -08:00
parent bb67432921
commit 17eb190e78

View file

@ -360,7 +360,7 @@
- bodhi
- name: Let the ftpsync user also read the fedora-messaging config
command: /usr/bin/setfacl -m user:ftpsync:rx /etc/fedora-messaging/config.toml
acl: path=/etc/fedora-messaging/config.toml default=true entity=ftpsync etype=group permissions=r-x state=present
tags:
- config
- bodhi