die Einzelverzeichnisse zum Backup sind durch tar nicht mehr notwendig.

This commit is contained in:
2026-01-03 10:57:34 +01:00
parent 0b05481dcd
commit d744216734
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# ---> Ansible
*.retry
roles/trixie_migration/vars/main.yml

View File

@@ -1,6 +1,6 @@
- name: Erstelle Host-spezifische Backup-Verzeichnisse
- name: Erstelle Backup Host Verzeichnis
file:
path: "{{ backup_host_dir }}/{{ item }}"
path: "{{ backup_host_dir }}"
state: directory
loop: "{{backupdirs}}"
tags: backup
when: ansible_facts.lsb.codename in ["bookworm", "bullseye"]