From 92244a7a71bb1d6ccdc4e14b85671fab6f1f757b Mon Sep 17 00:00:00 2001 From: Shri Bodas Date: Fri, 26 Jan 2018 18:01:59 -0800 Subject: [PATCH] Additional change to redhat check --- tasks/java.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/java.yml b/tasks/java.yml index c37b027..84c6f36 100644 --- a/tasks/java.yml +++ b/tasks/java.yml @@ -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 + failed_when: False when: ansible_os_family == 'RedHat' - name: correct java version selected