Page MenuHomeVyOS Platform
Feed Search

Fri, Jan 16

GideonKuijt added a comment to T8040: vyos.vyos.vyos_config can't use templates anymore with ansible 2.19 and 2.20.

A workaround could be the following:
Old:

vyos_config:
  src: "templates/template.j2"

New:

vyos_config:
    lines: "{{ lookup('template', 'templates/template.j2').splitlines() }}"
Fri, Jan 16, 5:07 PM ยท VyOS Ansible Collection