diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-09-07 13:11:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 13:11:07 -0400 |
commit | fae7602b75584fdecb2fcd901a63e3f37d262661 (patch) | |
tree | 8fdc7b22481552f2eca6ac99b21d7717c86c7d7d /playbooks/common/openshift-master/config.yml | |
parent | 6da235f41a31776b1bc253a34dc14a30307e331e (diff) | |
parent | e0bfbf5962e4d75e51d15d0ac15c0d8c04a1ea52 (diff) | |
download | openshift-fae7602b75584fdecb2fcd901a63e3f37d262661.tar.gz openshift-fae7602b75584fdecb2fcd901a63e3f37d262661.tar.bz2 openshift-fae7602b75584fdecb2fcd901a63e3f37d262661.tar.xz openshift-fae7602b75584fdecb2fcd901a63e3f37d262661.zip |
Merge pull request #5305 from mtnbikenc/breakout-master-additional
Merged by openshift-bot
Diffstat (limited to 'playbooks/common/openshift-master/config.yml')
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 2ceb3e07e..c77d7bb87 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -217,9 +217,6 @@ group_by: key=oo_masters_deployment_type_{{ openshift.common.deployment_type }} changed_when: False -- include: additional_config.yml - when: not g_openshift_master_is_scaleup - - name: Re-enable excluder if it was previously enabled hosts: oo_masters_to_config gather_facts: no |