summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-08-08 08:37:59 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-08-15 20:14:46 -0400
commit667e1918efa55ff39980faed3f36ad58d12f637f (patch)
treee0370b34b54f0360f9bb2015c6e675e44ca0a0dd /playbooks
parentbf27e05caafb41638f82a64dda7c9dc7fc3ce874 (diff)
downloadopenshift-667e1918efa55ff39980faed3f36ad58d12f637f.tar.gz
openshift-667e1918efa55ff39980faed3f36ad58d12f637f.tar.bz2
openshift-667e1918efa55ff39980faed3f36ad58d12f637f.tar.xz
openshift-667e1918efa55ff39980faed3f36ad58d12f637f.zip
openshift-checks: have playbooks invoke std_include
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