# {{ ansible_managed }}
{% for user in sudoers_no_password %}
{{ user }} ALL=(ALL) NOPASSWD: ALL
{% endfor %}
