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

View file

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