From a30087e431dcbe37d402d79007440ff2889fc2c2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 24 Jun 2024 11:08:36 -0700 Subject: [PATCH] data-analysis: fix syntax harder Signed-off-by: Kevin Fenzi --- roles/web-data-analysis/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/web-data-analysis/tasks/main.yml b/roles/web-data-analysis/tasks/main.yml index 788729ab15..43615d73a7 100644 --- a/roles/web-data-analysis/tasks/main.yml +++ b/roles/web-data-analysis/tasks/main.yml @@ -55,8 +55,7 @@ - web-data - name: clean out non-useful images - ansible.builtin.file: path="/var/www/html/csv-reports/images/{{item}}" - state: absent + ansible.builtin.file: path="/var/www/html/csv-reports/images/{{item}}" state=absent with_items: [hotspot-all.png, fedora-rev-latest-stacked.png] - name: scripts to condense data down for further processing