pool should be poll, https://github.com/abrt/ansible-role-retrace-server/issues/18
This commit is contained in:
parent
1f0152f7f3
commit
497f80dbc3
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
acl: path="{{ faf_spool_dir }}/lob" state=present recursive=yes
|
||||
entity=retrace etype=user permissions=rwX
|
||||
async: 21600
|
||||
pool: 0
|
||||
poll: 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
|
||||
poll: 0
|
||||
|
||||
- name: check for hardlink dir
|
||||
stat: path={{ rs_faf_link_dir }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue