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