sdfg
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Failing after 27s

This commit is contained in:
Michael Grote 2024-10-29 21:01:47 +01:00
parent 0d29717332
commit 83865f2507

View file

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