---
- hosts: 10.0.0.2
  become: true
  gather_facts: false

  tasks:
    - name: Restart VPN
      ansible.builtin.systemd_service:
        name: openvpn@proton
        state: restarted