diff --git a/roles/users/templates/sudoers.j2 b/roles/users/templates/sudoers.j2 index ed70701..f5116c8 100644 --- a/roles/users/templates/sudoers.j2 +++ b/roles/users/templates/sudoers.j2 @@ -1,2 +1,2 @@ # {{ ansible_managed }} -admin ALL=NOPASSWD: ALL +admin ALL=(ALL) NOPASSWD: ALL