mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
retrace: do not block on long task
This commit is contained in:
@@ -18,11 +18,15 @@
|
||||
- name: ACL for user retrace
|
||||
acl: path="{{ faf_spool_dir }}/lob" state=present recursive=yes
|
||||
entity=retrace etype=user permissions=rwX
|
||||
async: 21600
|
||||
pool: 0
|
||||
|
||||
# for files/dirs created in future
|
||||
- name: default ACL for user retrace
|
||||
acl: path="{{ faf_spool_dir }}/lob" state=present recursive=yes default=yes
|
||||
entity=retrace etype=user permissions=rwX
|
||||
async: 21600
|
||||
pool: 0
|
||||
|
||||
- name: check for hardlink dir
|
||||
stat: path={{ rs_faf_link_dir }}
|
||||
|
||||
Reference in New Issue
Block a user