From 2b3542dc42a7639e5d7ca58d25f4cbf3b4995bf6 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Oct 2024 14:45:02 +0100 Subject: [PATCH] sdfg --- roles/mgrote_zfs_sanoid/tasks/source.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/mgrote_zfs_sanoid/tasks/source.yml b/roles/mgrote_zfs_sanoid/tasks/source.yml index 0d2fcd1a..0544a5fd 100644 --- a/roles/mgrote_zfs_sanoid/tasks/source.yml +++ b/roles/mgrote_zfs_sanoid/tasks/source.yml @@ -1,12 +1,12 @@ --- -- name: template ssh public key - become: true - ansible.posix.authorized_key: - user: "{{ sanoid_user }}" +#- name: template ssh public key +# become: true +# ansible.posix.authorized_key: # TODO händisch loschen +# user: "{{ sanoid_user }}" #key: "{{ sanoid_syncoid_ssh_pubkey }}" - state: absent - when: - - sanoid_syncoid_source_host +# state: absent +# when: +# - sanoid_syncoid_source_host - name: Ensure user is added to sudoers become: true