Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-default-settings
/
86409b7c6b4a19d4b936e03cc779e38952a33fc7
/
.
/
tests
/
local_clean.yml
blob: afaef5664ac6a3b8f4e6526714f400b8aa3e085e [
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.log'
-
'ssh_keys'
-
'configs_and_logs'