summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-06-08 17:04:38 +0200
committerJan Chaloupka <jchaloup@redhat.com>2017-06-09 11:36:36 +0200
commit8b84c0d87e930f2c7520125cb3d8ce75edb6b284 (patch)
tree0623e7f96741ac6bf7b52fb78932c32df1f7409e /playbooks
parent78b344b1ec0e21e428a6cb27e292dafd933fbef6 (diff)
downloadopenshift-8b84c0d87e930f2c7520125cb3d8ce75edb6b284.tar.gz
openshift-8b84c0d87e930f2c7520125cb3d8ce75edb6b284.tar.bz2
openshift-8b84c0d87e930f2c7520125cb3d8ce75edb6b284.tar.xz
openshift-8b84c0d87e930f2c7520125cb3d8ce75edb6b284.zip
Disable excluder only on nodes that are not masters
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml b/playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml
index 7988e97ab..a66301c0d 100644
--- a/playbooks/common/openshift-cluster/upgrades/disable_node_excluders.yml
+++ b/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