From 83865f2507d8df457e119fd7adedc406e114b7aa Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Oct 2024 21:01:47 +0100 Subject: [PATCH] sdfg --- roles/mgrote_rsync/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_rsync/tasks/main.yml b/roles/mgrote_rsync/tasks/main.yml index af0f694b..2edf0e8e 100644 --- a/roles/mgrote_rsync/tasks/main.yml +++ b/roles/mgrote_rsync/tasks/main.yml @@ -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