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