Remove group "sudo" from sudoers template

This commit is contained in:
Oleg Vasilev
2022-03-03 00:06:59 +03:00
parent 4622aa6b51
commit 79e77598ca

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