Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-internal-port-connectivity-validator-zookeeper
/
d5fd8eaef160da306d6462ba30f86cb15d7bb859
/
.
/
tests
/
local_clean.yml
blob: b8ce025c4c4cdca8ae190536e87641ae76b4364f [
file
] [
log
] [
blame
]
---
-
hosts:
localhost
connection:
local
tasks:
-
name:
Remove .ansible_cache
file:
path:
'{{ item }}'
state:
absent
force:
yes
with_items:
-
'.ansible_cache'
-
'ansible.log'
-
'ssh_keys'
-
'configs_and_logs'