|
|
@ -34,7 +34,7 @@ |
|
|
|
# Needed if you use a proxy, as maven does not honor the standard http_proxy / https_proxy env vars |
|
|
|
# Needed if you use a proxy, as maven does not honor the standard http_proxy / https_proxy env vars |
|
|
|
- name: Configure maven |
|
|
|
- name: Configure maven |
|
|
|
template: src=maven.xml.j2 dest={{ mvn_root_dir }}/apache-maven/conf/settings.xml |
|
|
|
template: src=maven.xml.j2 dest={{ mvn_root_dir }}/apache-maven/conf/settings.xml |
|
|
|
tags: jitsi |
|
|
|
tags: jitsi,mvn |
|
|
|
|
|
|
|
|
|
|
|
- name: Write installed version |
|
|
|
- name: Write installed version |
|
|
|
copy: content={{ mvn_version }} dest={{ mvn_root_dir }}/meta/ansible_version |
|
|
|
copy: content={{ mvn_version }} dest={{ mvn_root_dir }}/meta/ansible_version |
|
|
|