Browse Source

openshift-checks: have playbooks invoke std_include

Luke Meyer 7 years ago
parent
commit
667e1918ef

+ 3 - 1
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

+ 3 - 1
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