Updated location of attributes
diff --git a/defaults/main.yml b/defaults/main.yml index 04b9187..4f803ad 100644 --- a/defaults/main.yml +++ b/defaults/main.yml
@@ -16,9 +16,6 @@ # Apigee all command for 4.16.xx apigee_all: '{{ apigee_home }}/apigee-service/bin/apigee-all' -# Apigee staging installation folder -opdk_installer_path: "/tmp/edge" - # Apigee license file path opdk_license_target_file_path: "{{ opdk_installer_path }}/license.conf"
diff --git a/tasks/cache.yml b/tasks/cache.yml index 94d558d..b13eb66 100644 --- a/tasks/cache.yml +++ b/tasks/cache.yml
@@ -11,7 +11,6 @@ - { key: 'apigee_setup', value: '{{ apigee_setup }}' } - { key: 'apigee_update', value: '{{ apigee_update }}' } - { key: 'apigee_all', value: '{{ apigee_all }}' } - - { key: 'opdk_installer_path', value: '{{ opdk_installer_path }}' } - { key: 'opdk_license_target_file_path', value: "{{ opdk_license_target_file_path }}" } - { key: 'opdk_license_source_file_name', value: "{{ opdk_license_source_file_name }}" } - { key: 'default_apigee_repo_user', value: '{{ default_apigee_repo_user }}' }