Remove group "sudo" from sudoers template

master
Oleg Vasilev 2022-03-03 00:06:59 +03:00
parent 4622aa6b51
commit 79e77598ca
1 changed files with 0 additions and 2 deletions

View File

@ -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