Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-playbook-samples
/
c7a0b32bfa77c52c82a4aa01b3c5f95c76056108
/
.
/
backups
/
clean.yml
blob: 72ff1ad673775a6b38640539328d3b1e844f431d [
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'
-
'ssh_keys'
-
'configs_and_logs'
-
'rpm_resources'