ff
This commit is contained in:
parent
aa18f74c69
commit
bc7a30f6ce
1 changed files with 4 additions and 1 deletions
|
@ -9,8 +9,11 @@
|
|||
become: true
|
||||
ansible.builtin.user:
|
||||
name: "{{ rsync_mirror_user }}"
|
||||
group: "{{ rsync_mirror_user_group }}"
|
||||
groups:
|
||||
- "{{ rsync_mirror_user_group }}"
|
||||
- root
|
||||
create_home: true # für .ssh
|
||||
append: true
|
||||
|
||||
- name: Ensure user is added to sudoers
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue