pkgs: drop recursive call to facl setting

In a0046b5b4b there was a bunch of fixes for ansible lint to the
distgit/pagure roles.

However, it seems like a
recursive: true
was added to the facl call, when it wasn't present before.

I noticed this when my playbook run on pkgs was running for several
hours. ;(

I don't think there's any reason to run this recursively,
as permissions should inherit from the top level one and have always
worked without it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-29 15:28:21 -07:00
parent 3b3dfae944
commit 07c894ea21

View file

@ -241,7 +241,6 @@
permissions: "rx" permissions: "rx"
name: /srv/git name: /srv/git
state: present state: present
recursive: yes
register: acl_updates register: acl_updates
tags: tags:
- pagure - pagure