From 17eb190e7821f11f6027d7bb8a1ce672243ebd42 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 Dec 2023 13:49:28 -0800 Subject: [PATCH] bodhi-backend: use acl module instead of command Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 6d5242e880..d253ea3c6c 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -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