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 }}"