FIX: new human user also added to sudo group
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
remote_user: ansible
|
||||
user:
|
||||
name: max
|
||||
groups: sshusers
|
||||
groups: sshusers,sudo
|
||||
password: "{{ user_passwd_hash }}"
|
||||
shell: /bin/zsh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user