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