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:
|
- 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 }}:
|
||||||
|
|
Loading…
Reference in a new issue