refactor: update README and templates for improved backup configuration and logging

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ludovic Cartier
2026-05-15 11:28:07 +02:00
parent 0ef6ae2bac
commit ea052ef0b9
4 changed files with 74 additions and 52 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
---
- name: proxmox backup client | get GPG key
apt_key:
get_url:
url: "{{ pbs_repo_key }}"
dest: /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
mode: '0644'
become: yes
- name: proxmox backup client | add repository
become: yes