forked from ISTI-ansible-roles/ansible-roles
3 lines
148 B
Plaintext
3 lines
148 B
Plaintext
|
%{{ service_sudoers_group }} ALL=(ALL) NOPASSWD: {% for cmd in service_sudo_commands %}{{ cmd }}{% if not loop.last %}, {% endif %}{% endfor %}
|
||
|
|