Übernahme aus privaten Projekt.
This commit is contained in:
8
roles/trixie_migration/tasks/backup-etc.yml
Normal file
8
roles/trixie_migration/tasks/backup-etc.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Sichere /etc
|
||||
ansible.builtin.copy:
|
||||
src: /etc/
|
||||
dest: "{{ backup_host_dir }}/etc/"
|
||||
remote_src: yes
|
||||
mode: preserve
|
||||
when: ansible_facts.lsb.codename in ["bookworm", "bullseye"]
|
||||
|
||||
Reference in New Issue
Block a user