sdfg
This commit is contained in:
parent
0d29717332
commit
83865f2507
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue