fix for Missed Redhat check for installing java

This commit is contained in:
Shri Bodas 2018-01-26 14:19:38 -08:00 committed by Michael Russell
parent ce4cf24f9d
commit cd2962ce8a
No known key found for this signature in database
GPG key ID: A90C1696496085FE

View file

@ -13,6 +13,7 @@
- name: Get the installed java path
shell: "update-alternatives --display java | grep '^/' | awk '{print $1}' | grep 1.8.0"
register: java_full_path
when: ansible_os_family == 'RedHat'
- name: correct java version selected
alternatives: