From 2ac5947da34c8b9a837db24362f61b1189feb012 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Fri, 11 May 2018 21:32:48 +0000 Subject: [PATCH] recurse into apache log directory with www-data --- roles/awstats/tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/awstats/tasks/install.yml b/roles/awstats/tasks/install.yml index df3d4b212..8c0312fae 100644 --- a/roles/awstats/tasks/install.yml +++ b/roles/awstats/tasks/install.yml @@ -31,6 +31,7 @@ owner: "{{ apache_user }}" group: "{{ apache_user }}" state: directory + recurse: true force: true with_items: - "{{ awstats_data_dir }}"