Skip to content

Commit

Permalink
Fix spacing for Jinja2 template
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliankolb committed Aug 16, 2024
1 parent 69ce18d commit 5680718
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ model: JobTemplate
- name: "Run script"
ansible.builtin.shell:
cmd: |
{{script_response.content}}
{{ script_response.content }}
register: out
- name: "Show output"
ansible.builtin.debug:
Expand Down

0 comments on commit 5680718

Please sign in to comment.