data-analysis: fix syntax harder
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d8eed2a4b8
commit
a30087e431
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue