From 00bfd85f4eafb0e4c7265199019da4738db8f43e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 Dec 2023 14:06:01 -0800 Subject: [PATCH] bodhi-backend01: drop default, only directories can have default 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 d253ea3c6c..0192dc4550 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 - acl: path=/etc/fedora-messaging/config.toml default=true entity=ftpsync etype=group permissions=r-x state=present + acl: path=/etc/fedora-messaging/config.toml entity=ftpsync etype=group permissions=r-x state=present tags: - config - bodhi