die Einzelverzeichnisse zum Backup sind durch tar nicht mehr notwendig.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
# ---> Ansible
|
||||
*.retry
|
||||
|
||||
|
||||
roles/trixie_migration/vars/main.yml
|
||||
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user