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:
parent
3b3dfae944
commit
07c894ea21
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue