--- # ansible_role_proxmox_provision/handlers/main.yml # Handlers for role # ================== - name: apt update apt: update_cache: yes - name: restart pveproxy systemd: name: pveproxy state: restarted - name: reload systemd command: systemctl daemon-reexec