|
|
|
@ -9,8 +9,8 @@
|
|
|
|
get_url:
|
|
|
|
get_url:
|
|
|
|
url: "https://{{ repo_url }}/{{ projet }}/{{ app_name_uf }}"
|
|
|
|
url: "https://{{ repo_url }}/{{ projet }}/{{ app_name_uf }}"
|
|
|
|
dest: /tmp/
|
|
|
|
dest: /tmp/
|
|
|
|
username: "{{ repo_user }}"
|
|
|
|
#username: "{{ repo_user }}"
|
|
|
|
password: "{{ repo_password }}"
|
|
|
|
#password: "{{ repo_password }}"
|
|
|
|
validate_certs: false
|
|
|
|
validate_certs: false
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Check for existing installation"
|
|
|
|
- name: "Check for existing installation"
|
|
|
|
|