From 2475c00e015ac9a0aa93ea7596984223fc0f2b49 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 2 Jul 2020 14:28:24 -0400 Subject: [PATCH] remove a role definition on hostname which no longer exists. allow awstats to run possibly --- roles/awstats/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/awstats/tasks/main.yml b/roles/awstats/tasks/main.yml index 2705d3a59f..21e01184fb 100644 --- a/roles/awstats/tasks/main.yml +++ b/roles/awstats/tasks/main.yml @@ -7,20 +7,17 @@ - name: make the awstats directory file: path=/var/www/html/awstats-reports state=directory - when: inventory_hostname.startswith('data-analysis') tags: - awstats - name: awstats proxy merge script (log01) copy: src=combineHttpLogs.sh dest=/usr/local/bin/ mode=0755 - when: inventory_hostname.startswith('log') tags: - config - awstats - name: awstats daily cron job to merge old logs copy: src=combineHttp.cron dest=/etc/cron.d/ mode=0644 - when: inventory_hostname.startswith('log') tags: - cron - awstats