commit | e4b274e434950470bfc3c49bb60272280b7c8d6e | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Sat Nov 11 20:49:07 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Sat Nov 11 20:49:07 2017 -0500 |
tree | 72f1d8b2cf1f3f1b3a5706d79394fb17d069492b | |
parent | d1cf3cc5ad228cc3402b9211cceb6ab384b5b680 [diff] |
Updated caching
diff --git a/tasks/main.yml b/tasks/main.yml index df80f69..c3cd3c7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,6 +1,6 @@ --- # tasks file for apigee-opdk-setup-bootstrap-cache -- name: Update cache with key and value +- name: Update bootstrap cache with key and value cache: key: "{{ item.key }}" value: "{{ item.value }}"