Skip to content

Commit 37b343d

Browse files
author
William Graef
committed
add raw tags to playbook template
1 parent 027beae commit 37b343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olam/templates/playbook.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
register: output
88
- name: print namespace
99
debug:
10-
msg: "{{ output }}"
10+
msg: {% raw %} "{{ output }}" {% endraw %}

0 commit comments

Comments
 (0)