removed ticks from password fields
diff --git a/tasks/main.yml b/tasks/main.yml index 471a06a..727458d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -8,7 +8,7 @@ - name: Construct name of dev portal response file cache: key: 'opdk_portal_config_file' - value: '{{ opdk_installer_path }}/edge-devportal-response-{{ opdk_version }}-{{ region }}.conf' + value: '{{ opdk_installer_path }}/edge-devportal-ui-response-{{ opdk_version }}-{{ region }}.conf' - name: Remove the old dev portal db response file become: yes