From bad5871b19e20207efd673b1783b1e48433bab5a Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Jun 24 2024 17:37:14 +0000 Subject: Remove tabs and trailing whitespace. Signed-off-by: Stephen Smoogen --- diff --git a/roles/web-data-analysis/tasks/main.yml b/roles/web-data-analysis/tasks/main.yml index e4efcb3..b6a598f 100644 --- a/roles/web-data-analysis/tasks/main.yml +++ b/roles/web-data-analysis/tasks/main.yml @@ -57,8 +57,8 @@ - name: clean out non-useful images ansible.builtin.file: path=/var/www/html/csv-reports/images/{{item}} state: absent - with_items: [ hotspot-all.png, fedora-rev-latest-stacked.png ] - + with_items: [ hotspot-all.png, fedora-rev-latest-stacked.png ] + - name: scripts to condense data down for further processing copy: src={{item}} dest=/usr/local/bin/ mode=0755 with_items: [condense-mirrorlogs.sh]