From e0be69fc9e033f392d4559941be5d605511d9f45 Mon Sep 17 00:00:00 2001 From: ewolinetz Date: Thu, 29 Jun 2017 12:11:17 -0500 Subject: Adding become: false to local_action tasks --- roles/openshift_metrics/tasks/install_support.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/openshift_metrics/tasks/install_support.yaml') diff --git a/roles/openshift_metrics/tasks/install_support.yaml b/roles/openshift_metrics/tasks/install_support.yaml index 5cefb273d..584e3be05 100644 --- a/roles/openshift_metrics/tasks/install_support.yaml +++ b/roles/openshift_metrics/tasks/install_support.yaml @@ -4,6 +4,7 @@ register: htpasswd_check failed_when: no changed_when: no + become: false - fail: msg="'htpasswd' is unavailable. Please install httpd-tools on the control node" when: htpasswd_check.rc == 1 @@ -13,6 +14,7 @@ register: keytool_check failed_when: no changed_when: no + become: false - fail: msg="'keytool' is unavailable. Please install java-1.8.0-openjdk-headless on the control node" when: keytool_check.rc == 1 -- cgit v1.2.3