| commit | 03ded585cce481c77d4300bfd995cec0b1c85b99 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Oct 20 22:53:06 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Oct 20 22:53:06 2017 -0400 |
| tree | f53fc697c97e011231a44b95789a6cb852113b34 | |
| parent | 77702259345f586c4184ac8b1ea690de2f24a194 [diff] |
updating monitoring
diff --git a/tasks/main.yml b/tasks/main.yml index 4753a46..d1a761b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -6,6 +6,11 @@ value: '{{ manual_response_file }}' when: manual_response_file is defined +- name: Construct the Edge response file + cache: + key: opdk_installation_config_file + value: "{{ opdk_installer_path }}/edge-response-{{ opdk_version }}-{{ region }}.conf" + - name: Remove the old response file file: path: "{{ opdk_installation_config_file }}"