Remove group "sudo" from sudoers template
parent
4622aa6b51
commit
79e77598ca
|
@ -2,8 +2,6 @@
|
|||
|
||||
root ALL=(ALL) ALL
|
||||
|
||||
%sudo ALL=(ALL) NOPASSWD: ALL
|
||||
|
||||
{% for user in managed_users %}
|
||||
{% if user.sudoer %}
|
||||
{{ user.name }} ALL=(ALL) NOPASSWD: ALL
|
||||
|
|
Loading…
Reference in New Issue