Updated caching
diff --git a/tasks/main.yml b/tasks/main.yml
index be60615..a39bac8 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -1,5 +1,12 @@
 ---
 # tasks file for apigee-opdk-setup-provisioning
+- name: Update cache with key and value
+  cache:
+    key: "{{ item.key }}"
+    value: "{{ item.value }}"
+  with_items:
+  - { key: 'apigee_provision_dir', value: '{{ apigee_provision_dir }}' }
+
 - name: Obtain apigee-provision status
   stat:
     path: '{{ apigee_provision_dir }}'