summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-08-17 02:23:06 -0400
committerGitHub <noreply@github.com>2017-08-17 02:23:06 -0400
commit2d5d64940fbd398d7818014b3c8116765503a4f1 (patch)
tree9915b8e64f78d683d4ffb0437fcfde04c659543c /playbooks
parent22fc8d8c9df7e5d72b9f60218022ca059db309be (diff)
parent0094265fbf7bf7cdde851629fd22216ae48e1082 (diff)
downloadopenshift-2d5d64940fbd398d7818014b3c8116765503a4f1.tar.gz
openshift-2d5d64940fbd398d7818014b3c8116765503a4f1.tar.bz2
openshift-2d5d64940fbd398d7818014b3c8116765503a4f1.tar.xz
openshift-2d5d64940fbd398d7818014b3c8116765503a4f1.zip
Merge pull request #5026 from sosiouxme/20170808-fix-checks
Merged by openshift-bot
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-checks/health.yml4
-rw-r--r--playbooks/common/openshift-checks/pre-install.yml4
2 files changed, 6 insertions, 2 deletions
diff --git a/playbooks/common/openshift-checks/health.yml b/playbooks/common/openshift-checks/health.yml
index 7e83b4aa6..ff5b5af67 100644
--- a/playbooks/common/openshift-checks/health.yml
+++ b/playbooks/common/openshift-checks/health.yml
@@ -1,5 +1,7 @@
---
-- include: ../openshift-cluster/evaluate_groups.yml
+- include: ../openshift-cluster/std_include.yml
+ tags:
+ - always
- name: Run OpenShift health checks
hosts: OSEv3
diff --git a/playbooks/common/openshift-checks/pre-install.yml b/playbooks/common/openshift-checks/pre-install.yml
index afd4f95e0..861229f21 100644
--- a/playbooks/common/openshift-checks/pre-install.yml
+++ b/playbooks/common/openshift-checks/pre-install.yml
@@ -1,5 +1,7 @@
---
-- include: ../openshift-cluster/evaluate_groups.yml
+- include: ../openshift-cluster/std_include.yml
+ tags:
+ - always
- hosts: OSEv3
name: run OpenShift pre-install checks