A workaround could be the following:
Old:
vyos_config: src: "templates/template.j2"
New:
vyos_config:
lines: "{{ lookup('template', 'templates/template.j2').splitlines() }}"A workaround could be the following:
Old:
vyos_config: src: "templates/template.j2"
New:
vyos_config:
lines: "{{ lookup('template', 'templates/template.j2').splitlines() }}"