瀏覽代碼

openshift-checks: have playbooks invoke std_include

Luke Meyer 7 年之前
父節點
當前提交
667e1918ef
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 3 1
      playbooks/common/openshift-checks/health.yml
  2. 3 1
      playbooks/common/openshift-checks/pre-install.yml

+ 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