commit | 767e40a3bb162b876fb6e5c5ba418b8f67a9abf2 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Oct 19 17:25:17 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Oct 19 17:25:17 2017 -0500 |
tree | 4c40324c8cbc7bc5767de8070997f0666810b504 | |
parent | a0686ef48ec73b91b24d0143cb65a417d507e2ff [diff] |
added dev portal
diff --git a/tasks/main.yml b/tasks/main.yml index 675871a..9499a8f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -13,6 +13,11 @@ - import_tasks: postgres.yml +- 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' + - name: Construct the dev portal silent-install file template: src: 'devportal-silent-install.conf.j2'