summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/install_support.yaml
diff options
context:
space:
mode:
authorewolinetz <ewolinet@redhat.com>2017-06-29 12:11:17 -0500
committerewolinetz <ewolinet@redhat.com>2017-06-29 12:11:17 -0500
commite0be69fc9e033f392d4559941be5d605511d9f45 (patch)
tree3762f3685a4255e2202f7bfb1a5d5eb25787e817 /roles/openshift_metrics/tasks/install_support.yaml
parentd108da5c4447950f07f9f0ead181383d8c6b4b02 (diff)
downloadopenshift-e0be69fc9e033f392d4559941be5d605511d9f45.tar.gz
openshift-e0be69fc9e033f392d4559941be5d605511d9f45.tar.bz2
openshift-e0be69fc9e033f392d4559941be5d605511d9f45.tar.xz
openshift-e0be69fc9e033f392d4559941be5d605511d9f45.zip
Adding become: false to local_action tasks
Diffstat (limited to 'roles/openshift_metrics/tasks/install_support.yaml')
-rw-r--r--roles/openshift_metrics/tasks/install_support.yaml2
1 files changed, 2 insertions, 0 deletions
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