6 lines
131 B
YAML
Raw Normal View History

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