mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
recurse into apache log directory with www-data
This commit is contained in:
parent
467320a5fa
commit
2ac5947da3
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
owner: "{{ apache_user }}"
|
owner: "{{ apache_user }}"
|
||||||
group: "{{ apache_user }}"
|
group: "{{ apache_user }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
recurse: true
|
||||||
force: true
|
force: true
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ awstats_data_dir }}"
|
- "{{ awstats_data_dir }}"
|
||||||
|
|
Loading…
Reference in a new issue