Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-playbook-samples
/
eec5b6e20866e21af869db1e7209ffdf4b4d51e4
/
.
/
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'