| commit | 0504d2d4c5c96378ed311b862b94441d6f0f4a19 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Sun Nov 12 14:21:19 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Sun Nov 12 14:21:19 2017 -0500 |
| tree | 542f1d70466cd4e10be61c8a6f3df87226dcf3ed | |
| parent | ce1a5904cef258232a14966a21dc5706b80af62c [diff] |
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 }}'