forked from infra/ansible
Replaces many references to file: with ansible.builtin.file Signed-off-by: Ryan Lerch <rlerch@redhat.com>
3 lines
108 B
YAML
3 lines
108 B
YAML
---
|
|
- name: Nuke mote json cache
|
|
ansible.builtin.file: dest=/var/cache/httpd/mote/cache.json state=absent
|