data-analysis: indention fix for state

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-06-24 11:05:18 -07:00
parent bad5871b19
commit 108f7ad464

View file

@ -56,7 +56,7 @@
- name: clean out non-useful images
ansible.builtin.file: path=/var/www/html/csv-reports/images/{{item}}
state: absent
state: absent
with_items: [ hotspot-all.png, fedora-rev-latest-stacked.png ]
- name: scripts to condense data down for further processing