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