1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #788 from georgejhunt/awstats

recurse into apache log directory with www-data
This commit is contained in:
A Holt 2018-05-11 17:49:10 -04:00 committed by GitHub
commit 9c5ad99448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@
owner: "{{ apache_user }}"
group: "{{ apache_user }}"
state: directory
recurse: true
force: true
with_items:
- "{{ awstats_data_dir }}"