User Details
User Details
- User Since
- Jun 2 2023, 1:29 PM (137 w, 3 d)
Fri, Jan 16
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() }}"