ajout lpadmin sur sudoers
This commit is contained in:
parent
35289257fc
commit
f1438872bd
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
- name: Configure sudo pour {{ username }}
|
||||
ansible.builtin.user:
|
||||
name: "{{ username }}"
|
||||
groups: sudo,adm
|
||||
groups: sudo,adm,lpadmin
|
||||
append: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue