| commit | 28386ec646baf521e84331cb8d85d24a9834f8e2 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 03 18:04:30 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 03 18:04:30 2018 -0400 |
| tree | 80241e06352e6d2113146e3b4c401b2bdc222fe3 | |
| parent | 7ca82dfea77ee7370154268f21dc473b41cb23a5 [diff] |
Added touch for response file.
diff --git a/tasks/main.yml b/tasks/main.yml index a0cefd0..775c701 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -48,6 +48,11 @@ key: 'opdk_installation_config_file' value: '{{ opdk_installer_path }}/edge-response-{{ opdk_version }}-{{ region }}.conf' +- name: Touch file + file: + state: touch + path: "{{ opdk_installation_config_file }}" + - name: Construct the silent-install file become: yes template: