Files

7 lines
133 B
YAML

---
- name: restart openvpn
ansible.builtin.systemd:
name: "{{ openvpn_service_name }}"
state: restarted
enabled: true