ff
This commit is contained in:
parent
88dc36aba3
commit
34295724c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue