summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/config/install-ovs-service-env-file.yml
blob: 1d75a3355e7a8d45a28abe8c258cff9a8ee4c009 (plain)
1
2
3
4
5
6
7
8
---
- name: Create the openvswitch service env file
  template:
    src: openvswitch.sysconfig.j2
    dest: /etc/sysconfig/openvswitch
  notify:
  - reload systemd units
  - restart openvswitch