Remove tabs and trailing whitespace.

Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
Stephen Smoogen 2024-06-24 17:14:04 +00:00 committed by kevin
parent 705687562c
commit bad5871b19

View file

@ -57,8 +57,8 @@
- name: clean out non-useful images
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
with_items: [condense-mirrorlogs.sh]