retrace: do not block on long task
This commit is contained in:
parent
479a0aedca
commit
b27f0508df
1 changed files with 4 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue