Tab is useless in sudoers
This commit is contained in:
parent
dd19efaecd
commit
a8656251ab
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/sudoers
|
dest: /etc/sudoers
|
||||||
regexp: "^%{{ sudo_group }}"
|
regexp: "^%{{ sudo_group }}"
|
||||||
line: "%{{ sudo_group }} ALL=(ALL:ALL) ALL"
|
line: "%{{ sudo_group }} ALL=(ALL:ALL) ALL"
|
||||||
|
|
Loading…
Reference in a new issue