Fix spelling erorr in playbook

For some reason I decided to smell absent as abscent. I need to take remedial English again.

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

View file

@ -56,7 +56,7 @@
- name: clean out non-useful images
ansible.builtin.file: path=/var/www/html/csv-reports/images/{{item}}
state: abscent
state: absent
with_items: [ hotspot-all.png, fedora-rev-latest-stacked.png ]
- name: scripts to condense data down for further processing