Add user to some more groups
This commit is contained in:
parent
8938973461
commit
060ef18ee0
1 changed files with 9 additions and 3 deletions
|
@ -6,13 +6,19 @@
|
||||||
shell: '/usr/bin/zsh'
|
shell: '/usr/bin/zsh'
|
||||||
system: true
|
system: true
|
||||||
groups:
|
groups:
|
||||||
|
- audio
|
||||||
|
- docker
|
||||||
|
- games
|
||||||
- input
|
- input
|
||||||
|
- lp
|
||||||
|
- power
|
||||||
|
- scanner
|
||||||
|
- storage
|
||||||
|
- tty
|
||||||
- users
|
- users
|
||||||
|
- uucp
|
||||||
- video
|
- video
|
||||||
- wheel
|
- wheel
|
||||||
- tty
|
|
||||||
- uucp
|
|
||||||
- docker
|
|
||||||
|
|
||||||
- name: Give user sudo access
|
- name: Give user sudo access
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue