From 90053e8357054003110d10ab8666e74426cd806b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Oct 2024 15:13:14 +0100 Subject: [PATCH] dfg --- roles/mgrote_rsync/tasks/user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_rsync/tasks/user.yml b/roles/mgrote_rsync/tasks/user.yml index a3bdb9a6..c45a5894 100644 --- a/roles/mgrote_rsync/tasks/user.yml +++ b/roles/mgrote_rsync/tasks/user.yml @@ -18,5 +18,5 @@ name: "users-sudo-{{ rsync_mirror_user }}" state: present user: "{{ rsync_mirror_user }}" - commands: ALL # TODO einschränken? + commands: ALL nopassword: true