summaryrefslogtreecommitdiff
path: root/roles/openvpn/handlers/main.yml
blob: d462ff1e9af48eac28d6dc0daa7c88dcef19913f (plain) (blame)
1
2
3
4
5
6
---
- name: restart openvpn
  service: name=openvpn state=restarted

- name: restart ufw
  service: name=ufw state=restarted