Wrong usage of the slurp module

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-08-19 16:44:53 +02:00
parent d494854f62
commit 7eaef5eeaf
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -48,4 +48,4 @@ items:
default.conf: |-
{{ load_file('ipa-default.conf') | indent(6) }}
ca.crt: |-
{{ ipa_ca_cert | indent(6) }}
{{ ipa_ca_cert['content'] | indent(6) }}