blob: a6f16d794e3d7822c38cb261a6111e857a5133bf [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/tmp/ansible.log'
- '~/.apigee/ssh_keys'
- '~/.apigee/logs'
- '~/.apigee/configs'