bodhi-backend: use acl module instead of command
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bb67432921
commit
17eb190e78
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
||||||
- name: Let the ftpsync user also read the fedora-messaging config
|
- 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:
|
tags:
|
||||||
- config
|
- config
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue