sdfg
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 7s
ansible-lint / Ansible Lint (pull_request) Failing after 1m13s

This commit is contained in:
Michael Grote 2024-10-28 18:55:52 +01:00
parent eb61edfbf6
commit 53b675f325
2 changed files with 4 additions and 2 deletions

View file

@ -8,3 +8,5 @@ rsync_mirror_timer: '*-*-* *:00/5'
rsync_mirror_dirs:
- src: /hdd_data/tmp # slashes beachten
dest: rsync_mirror@pbs.mgrote.net:/backup/pve5/tmp
## todo ssh konfig in datei statt inline?

View file

@ -4,8 +4,8 @@
- name: Include source tasks
ansible.builtin.include_tasks: source.yml
when: "source" in rsync_host
when: "'source' in rsync_host"
- name: Include destination tasks
ansible.builtin.include_tasks: destination.yml
when: "destination" in rsync_host
when: "'destination' in rsync_host "