6 lines
131 B
YAML
6 lines
131 B
YAML
|
---
|
||
|
- name: restart openvpn instance
|
||
|
service:
|
||
|
name: "{{ openvpn_service_name }}@{{ openvpn_instance }}"
|
||
|
state: restarted
|