Übernahme aus privaten Projekt.
This commit is contained in:
6
roles/trixie_migration/tasks/create-backup-dirs.yml
Normal file
6
roles/trixie_migration/tasks/create-backup-dirs.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Erstelle Host-spezifische Backup-Verzeichnisse
|
||||
file:
|
||||
path: "{{ backup_host_dir }}/{{ item }}"
|
||||
state: directory
|
||||
loop: "{{backupdirs}}"
|
||||
when: ansible_facts.lsb.codename in ["bookworm", "bullseye"]
|
||||
Reference in New Issue
Block a user