summaryrefslogtreecommitdiffstats
path: root/roles/pve/handlers/main.yml
blob: ccce330d664ffc8d760de3b5983034b4bc5621d9 (plain) (blame)
1
2
3
4
5
6
---
- name: "Restart pveproxy"
  become: true
  ansible.builtin.systemd_service:
    name: "pveproxy"
    state: "restarted"