ansible/roles/openvpn/handlers/main.yaml

6 lines
131 B
YAML
Raw Normal View History

2022-08-30 12:49:30 +00:00
---
- name: restart openvpn instance
service:
name: "{{ openvpn_service_name }}@{{ openvpn_instance }}"
state: restarted