--- sudoers.orig +++ sudoers.patch @@ -1,3 +1,7 @@ +# +# !!! This file is managed by Ansible !!! +# + ## sudoers file. ## ## This file MUST be edited with the 'visudo' command as root. @@ -79,7 +83,7 @@ root ALL=(ALL) ALL ## Uncomment to allow members of group wheel to execute any command -# %wheel ALL=(ALL) ALL +%wheel ALL=(ALL) ALL ## Same thing without a password # %wheel ALL=(ALL) NOPASSWD: ALL