Update to 2021-03-25 18:00

master
Daniel Berteaud 4 years ago
parent 592e0cf742
commit 93d6019325
  1. 2
      roles/maven/tasks/install.yml

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

Loading…
Cancel
Save