diff --git a/templates/sudoers.j2 b/templates/sudoers.j2 index d84036b..926aff3 100644 --- a/templates/sudoers.j2 +++ b/templates/sudoers.j2 @@ -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