From 79e77598ca8eeaad75fe3bbd8587ac21780b5807 Mon Sep 17 00:00:00 2001 From: Oleg Vasilev Date: Thu, 3 Mar 2022 00:06:59 +0300 Subject: [PATCH] Remove group "sudo" from sudoers template --- templates/sudoers.j2 | 2 -- 1 file changed, 2 deletions(-) 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