Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Ansible advanced does not support multiline Jinja #15

Open
Hipska opened this issue Feb 12, 2020 · 0 comments
Open

Ansible advanced does not support multiline Jinja #15

Hipska opened this issue Feb 12, 2020 · 0 comments

Comments

@Hipska
Copy link

Hipska commented Feb 12, 2020

Consider the following snippet:

---

- debug:
    msg: "Hello world!"
  when: foo == bar or
        bar == baz

This will be rendered using the Ansible (advanced) like this:
image

While the additional rows should also be parsed as Jinja templates.

@Hipska Hipska changed the title Ansible advanced does not support multiline Ansible advanced does not support multiline Jinja Feb 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant