mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
data-analysis: indention fix for state
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user