data-analysis: fix syntax harder

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-06-24 11:08:36 -07:00
parent d8eed2a4b8
commit a30087e431

View file

@ -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