ansible-role-openvswitch/handlers/main.yml
Adrien 4abca89ba5
All checks were successful
continuous-integration/drone/push Build is passing
fix lint
2020-06-02 21:34:51 +02:00

5 lines
102 B
YAML

---
- name: Restart openvswitch
service:
name: "{{ openvswitch_service }}"
state: restarted