Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #527 from katsukamaru/java-version-check-in-check-…
Browse files Browse the repository at this point in the history
…mode

Execute java version check in check mode
  • Loading branch information
Crazybus authored Jan 15, 2019
2 parents dab8799 + 5d0dcbe commit 9823a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
register: java_full_path
failed_when: False
changed_when: False
check_mode: no
when: ansible_os_family == 'RedHat'

- name: correct java version selected
Expand Down

0 comments on commit 9823a3f

Please sign in to comment.