Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-playbook-installation-single-region
/
6b6b5978f0a6f6c682e795aee2329115e1c88ad5
/
.
/
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 }}"