We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f467a commit f196930Copy full SHA for f196930
tasks/maven/setup.yml
@@ -8,6 +8,7 @@
8
9
- name: "Maven : setup : check if mvn executable is reachable."
10
command: "which mvn"
11
+ changed_when: false
12
become_user: "{{ controlhost_user }}"
13
become: yes
14
0 commit comments