different sudo groups

This commit is contained in:
2022-10-27 17:31:14 +02:00
parent cca42e3325
commit 235c4653fd
3 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
user:
name: rene
shell: "/usr/bin/zsh"
groups: "sudo"
groups: "{{ sudo_group }}"
append: True
password: "{{ rene_pass | password_hash('sha256') }}"