1
0
Fork 0
forked from infra/ansible
infra-ansible/roles/mote/handlers/main.yml
Ryan Lerch 62952df107 ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
Replaces many references to  file: with ansible.builtin.file

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:41:52 +10:00

3 lines
108 B
YAML

---
- name: Nuke mote json cache
ansible.builtin.file: dest=/var/cache/httpd/mote/cache.json state=absent