fix create gilles user
This commit is contained in:
parent
075f363cd5
commit
c871e1d3c8
@ -16,5 +16,6 @@
|
|||||||
- name: copy sudo file
|
- name: copy sudo file
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/sudoers.d/gilles
|
path: /etc/sudoers.d/gilles
|
||||||
|
create: true
|
||||||
insertbefore: EOF
|
insertbefore: EOF
|
||||||
line: 'gilles ALL=(ALL) NOPASSWD: ALL'
|
line: 'gilles ALL=(ALL) NOPASSWD: ALL'
|
||||||
Loading…
x
Reference in New Issue
Block a user