소스 검색

Disable excluder only on nodes that are not masters

Jan Chaloupka 7 년 전
부모
커밋
8b84c0d87e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml

@@ -1,6 +1,6 @@
 ---
 - name: Disable excluders
-  hosts: oo_nodes_to_config
+  hosts: oo_nodes_to_upgrade:!oo_masters_to_config
   gather_facts: no
   roles:
   - role: openshift_excluder