ahuffman / ansible-sudoers

Controls the configuration of the default /etc/sudoers file and included files/directories.
MIT License
108 stars 45 forks source link

Remove Ansible 2.3 warnings #15

Closed achaussier closed 7 years ago

achaussier commented 7 years ago

Hello,

Since Ansible 2.3, we have warnings if we use jinja2 templating delimiters inside when statements.

I've update the when statements to remove the warnings.