fix(macros)
This commit is contained in:
parent
a1b88a9845
commit
d8a0e12abf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
- context:
|
||||
for_user: {{ for_user }}
|
||||
sudo: {{ sudo }}
|
||||
config: {{ config }}
|
||||
config: {{ config|tojson }}
|
||||
|
||||
{% elif state == 'absent' %}
|
||||
/etc/sudoers.d/{{ filename }}:
|
||||
|
|
Loading…
Reference in a new issue