diff --git a/roles/mgrote_rsync/tasks/user.yml b/roles/mgrote_rsync/tasks/user.yml index 986cedaf..a3bdb9a6 100644 --- a/roles/mgrote_rsync/tasks/user.yml +++ b/roles/mgrote_rsync/tasks/user.yml @@ -10,7 +10,7 @@ ansible.builtin.user: name: "{{ rsync_mirror_user }}" group: "{{ rsync_mirror_user_group }}" - create_home: true + create_home: true # für .ssh - name: Ensure user is added to sudoers become: true