summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/sane_debian_system/tasks/apt.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sane_debian_system/tasks/apt.yml b/roles/sane_debian_system/tasks/apt.yml
index bb9ccc2..fcc4c11 100644
--- a/roles/sane_debian_system/tasks/apt.yml
+++ b/roles/sane_debian_system/tasks/apt.yml
@@ -51,7 +51,7 @@
- name: "allow root to use sudo"
copy:
content: |
- liw ALL=(ALL:ALL) NOPASSWD: ALL
+ root ALL=(ALL:ALL) NOPASSWD: ALL
dest: /etc/sudoers.d/root
mode: 0600