1
0
Fork 0

fix(macros)

This commit is contained in:
Anthony Martinet 2019-04-24 17:29:58 +02:00
parent a1b88a9845
commit d8a0e12abf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- context: - context:
for_user: {{ for_user }} for_user: {{ for_user }}
sudo: {{ sudo }} sudo: {{ sudo }}
config: {{ config }} config: {{ config|tojson }}
{% elif state == 'absent' %} {% elif state == 'absent' %}
/etc/sudoers.d/{{ filename }}: /etc/sudoers.d/{{ filename }}: