added dev portal
diff --git a/defaults/main.yml b/defaults/main.yml index a11906a..8d2dd02 100644 --- a/defaults/main.yml +++ b/defaults/main.yml
@@ -93,7 +93,7 @@ opdk_installation_config_file: "{{ opdk_installer_path }}/edge-response.conf" # Silent config file for portal -opdk_portal_installation_config_file: '{{ opdk_installer_path }}/devportal-silent-install.conf' +opdk_portal_config_file: '{{ opdk_installer_path }}/devportal-silent-install.conf' # Silent config file for portal opdk_portal_db_config_file: '{{ opdk_installer_path }}/devportal-postgres.conf'
diff --git a/tasks/update_cache.yml b/tasks/update_cache.yml index 89ae9ca..e6e5900 100644 --- a/tasks/update_cache.yml +++ b/tasks/update_cache.yml
@@ -22,7 +22,7 @@ - { key: 'opdk_version', value: '{{ opdk_version }}' } - { key: 'apigee_mirror_version', value: '{{ apigee_mirror_version }}' } - { key: 'opdk_installer_path', value: '{{ opdk_installer_path }}' } - - { key: 'opdk_portal_installation_config_file', value: '{{ opdk_portal_installation_config_file }}' } + - { key: 'opdk_portal_config_file', value: '{{ opdk_portal_installation_config_file }}' } - { key: 'apigee_data_backup_archive_name', value: '{{ apigee_data_backup_archive_name }}' } - { key: 'apigee_archive_storage_folder', value: '{{ apigee_archive_storage_folder }}' } - { key: 'apigee_installation_home', value: '{{ apigee_installation_home }}' }