data-analysis: quote variable

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

View file

@ -55,9 +55,9 @@
- web-data
- name: clean out non-useful images
ansible.builtin.file: path=/var/www/html/csv-reports/images/{{item}}
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