Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-fetch-files
/
9204a027dd66d61d8d490a1f342074f4af6c4d46
/
.
/
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'