--- - name: Enable PBS apt-key apt_key: url: "https://enterprise.proxmox.com/debian/proxmox-release-{{ ansible_distribution_release }}.gpg" keyring: "/etc/apt/trusted.gpg.d/proxmox-release-{{ ansible_distribution_release }}.gpg" - name: Enable PBS repository apt_repository: repo: "deb http://download.proxmox.com/debian/pbs {{ ansible_distribution_release }} pbs-no-subscription" filename: pbs - name: Install PBS apt: name: proxmox-backup-server