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