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