|
@@ -15,11 +15,14 @@
|
|
|
|
|
|
- name: include ovs service environment file
|
|
|
include_tasks: config/install-ovs-service-env-file.yml
|
|
|
+ when:
|
|
|
+ - not openshift_use_external_openvswitch | bool
|
|
|
|
|
|
- include_tasks: config/install-ovs-docker-service-file.yml
|
|
|
when:
|
|
|
- openshift_node_use_openshift_sdn | bool
|
|
|
- not l_is_openvswitch_system_container | bool
|
|
|
+ - not openshift_use_external_openvswitch | bool
|
|
|
|
|
|
- include_tasks: config/configure-node-settings.yml
|
|
|
- include_tasks: config/configure-proxy-settings.yml
|