From 264fd56ee6b0d68eab92353dc6534f1dec6059b5 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Oct 2024 14:43:00 +0100 Subject: [PATCH] ff --- roles/mgrote_zfs_sanoid/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/mgrote_zfs_sanoid/tasks/main.yml b/roles/mgrote_zfs_sanoid/tasks/main.yml index 4253d629..d787c10c 100644 --- a/roles/mgrote_zfs_sanoid/tasks/main.yml +++ b/roles/mgrote_zfs_sanoid/tasks/main.yml @@ -68,10 +68,8 @@ ansible.builtin.include_tasks: source.yml when: - sanoid_syncoid_source_host is defined and sanoid_syncoid_source_host is true - - sanoid_syncoid_ssh_pubkey is defined - name: include destination-host tasks # todo ansible.builtin.include_tasks: destination.yml when: - sanoid_syncoid_destination_host is defined and sanoid_syncoid_destination_host is true - - sanoid_syncoid_ssh_privkey is defined