Page MenuHomeVyOS Platform

GideonKuijt (Gideon Kuijt)
User

Projects

User does not belong to any projects.

User Details

User Since
Jun 2 2023, 1:29 PM (137 w, 3 d)

Recent Activity

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