FIX: new human user also added to sudo group

This commit is contained in:
2026-07-07 15:47:07 +00:00
parent c35abf3e24
commit b124ae352e
@@ -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