|
@@ -55,12 +55,6 @@
|
|
|
- name: Install the systemd units
|
|
|
include: systemd_units.yml
|
|
|
|
|
|
-- name: Reload systemd units
|
|
|
- command: systemctl daemon-reload
|
|
|
- when: openshift.common.is_containerized | bool and (install_node_result | changed or install_ovs_sysconfig | changed or install_node_dep_result | changed)
|
|
|
- notify:
|
|
|
- - restart node
|
|
|
-
|
|
|
- name: Start and enable openvswitch docker service
|
|
|
service: name=openvswitch.service enabled=yes state=started
|
|
|
when: openshift.common.is_containerized | bool and openshift.common.use_openshift_sdn | bool
|