diff --git a/roles/maven/tasks/install.yml b/roles/maven/tasks/install.yml index 3ca8ad5..9c8355c 100644 --- a/roles/maven/tasks/install.yml +++ b/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