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