Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-playbook-installation-single-region
/
cb561c8ce365a51b1b8c42744dd7d60e5891ed69
/
.
/
update-cache-value.yml
blob: d614d7758a4e46611d0c725b893badc83aa85c10 [
file
] [
log
] [
blame
]
---
-
name:
Update individual cache value
hosts:
"{{ target_hosts }}"
gather_facts:
no
roles:
-
{
role:
apigee
-
opdk
-
modules}
tasks:
-
name:
Update individual cache value
cache:
key:
"{{ cache_key }}"
value:
"{{ cache_value }}"