remove syncoid, switch to rsync #221

Merged
mg merged 132 commits from sanoid_weg into master 2024-10-31 12:01:46 +01:00
Showing only changes of commit 83865f2507 - Show all commits

View file

@ -1,6 +1,6 @@
---
- name: Block
when: ("'source' in rsync_host_role") or ("'destination' in rsync_host_role")
when: rsync_host_role is defined
block:
- name: Include user tasks
ansible.builtin.include_tasks: user.yml