Give user sudo access
This commit is contained in:
parent
e615641b24
commit
51829bd25c
1 changed files with 5 additions and 0 deletions
|
@ -11,3 +11,8 @@
|
|||
- users
|
||||
- video
|
||||
- wheel
|
||||
|
||||
- name: Give user sudo access
|
||||
lineinfile:
|
||||
path: /etc/sudoers
|
||||
line: "{{ user }} ALL=(ALL) ALL"
|
||||
|
|
Loading…
Reference in a new issue