blob: b8ce025c4c4cdca8ae190536e87641ae76b4364f [file] [log] [blame]
---
- hosts: localhost
connection: local
tasks:
- name: Remove .ansible_cache
file:
path: '{{ item }}'
state: absent
force: yes
with_items:
- '.ansible_cache'
- 'ansible.log'
- 'ssh_keys'
- 'configs_and_logs'