diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-03-15 17:57:52 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-03-15 17:57:52 -0400 |
commit | 99ecae9c1d5349ca4e31baebfe4291f0dc150ed5 (patch) | |
tree | fd81f76e91bad1b3d6eaf59808aa2b557289637e /playbooks/common/openshift-cluster/upgrades | |
parent | 91ca8e8134bc0af84478125174c58f0fb2b8943c (diff) | |
download | openshift-99ecae9c1d5349ca4e31baebfe4291f0dc150ed5.tar.gz openshift-99ecae9c1d5349ca4e31baebfe4291f0dc150ed5.tar.bz2 openshift-99ecae9c1d5349ca4e31baebfe4291f0dc150ed5.tar.xz openshift-99ecae9c1d5349ca4e31baebfe4291f0dc150ed5.zip |
Only call excluder playbooks on masters and nodes
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/disable_excluder.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/disable_excluder.yml b/playbooks/common/openshift-cluster/upgrades/disable_excluder.yml index 2a85dc92e..d1e431c5e 100644 --- a/playbooks/common/openshift-cluster/upgrades/disable_excluder.yml +++ b/playbooks/common/openshift-cluster/upgrades/disable_excluder.yml @@ -1,6 +1,6 @@ --- - name: Record excluder state and disable - hosts: l_oo_all_hosts + hosts: oo_masters_to_config:oo_nodes_to_config gather_facts: no tasks: - include: pre/validate_excluder.yml |