Removed extra cache roles
diff --git a/tasks/cache.yml b/tasks/cache.yml
index 36b5574..94d558d 100644
--- a/tasks/cache.yml
+++ b/tasks/cache.yml
@@ -1,6 +1,7 @@
---
# tasks file for apigee-opdk-setup-bootstrap
- name: Update bootstrap cache with key and value
+ tags: ['cache']
cache:
key: "{{ item.key }}"
value: "{{ item.value }}"
diff --git a/tasks/install-online.yml b/tasks/install-online.yml
index 86dd471..57b20b5 100644
--- a/tasks/install-online.yml
+++ b/tasks/install-online.yml
@@ -1,10 +1,4 @@
---
-- name: Create installer path
- file:
- path: "{{ opdk_installer_path }}"
- owner: "{{ opdk_user_name }}"
- group: "{{ opdk_group_name }}"
-
#- name: Download bootstrap with no proxy
# include_tasks: online/download-bootstrap-with-no-proxy.yml
# when: (https_proxy is not defined or https_proxy | trim == '') and (http_proxy is not defined or http_proxy | trim == '')