diff options
Diffstat (limited to 'ansible')
| -rw-r--r-- | ansible/roles/common/templates/sudoers.j2 | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ansible/roles/common/templates/sudoers.j2 b/ansible/roles/common/templates/sudoers.j2 index 91d24cc..96f83fc 100644 --- a/ansible/roles/common/templates/sudoers.j2 +++ b/ansible/roles/common/templates/sudoers.j2 @@ -1,4 +1,6 @@  Defaults lecture_file="/etc/sudo_lecture"  Defaults insults +%sudo    ALL=(ALL) NOPASSWD:ALL +  # vim: ft=sudoers.j2: | 
