blob: 489da83a2be25b5cd1810da95c6a3b430458b626 [file] [log] [blame]
---
- hosts: localhost
connection: local
tasks:
- name: Clean files
async: 0
poll: 0
ignore_errors: yes
file:
path: '{{ item }}'
state: absent
with_items:
- '~/.ansible/tmp/cache'
- '~/.ansible/tmp/ansible.log'
- '~/.apigee/ssh_keys'
- '~/.apigee/logs'
- '~/.apigee/configs'
- '~/.apigee/logs_configs'