sudoers configuration : the tab was broken

This commit is contained in:
Jérémy Dubois 2020-10-12 14:16:00 +02:00
parent 0615d3b555
commit bd22b0545b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
lineinfile:
dest: /etc/sudoers
insertafter: '# and set environment variables.'
line: '%wheel ALL=(ALL) SETENV: ALL'
line: '%wheel ALL=(ALL) SETENV: ALL'
validate: 'visudo -cf %s'
backup: false
tags: