Sat, Mar 7
Fri, Mar 6
It is likely extension to vyos.vyos.vyos_l3_interface module
Tue, Mar 3
@SrividyaA hi!
Mon, Mar 2
Hi @RubenNL
Do you plan to work on this one or you are OK to delegate / re-assign?
You mentioned a PR - can you please advise the number
https://github.com/vyos/vyos.vyos/pull/409 merged - closing this off
I see you created this ticket and self-assigned to.
Do you plan to work on the bugfix or you are OK to delegate?
Sun, Mar 1
Fri, Feb 27
Thu, Feb 26
Sun, Feb 15
Fri, Feb 13
Feb 7 2026
Jan 30 2026
Jan 26 2026
Jan 25 2026
Yes, @GideonKuijt ; this is an intentional change to ansible-core from what I understand. They're trying to make the templating operations much more explicit, so some of the places where we were able to automatically have templating have been broken. Thanks for posting the solution here. I expect we'll see this in a few other places that have src: as well.
Jan 24 2026
Dev work is under https://github.com/vyos/vyos.vyos/pull/438
Jan 21 2026
That's awesome - thanks
Jan 19 2026
New Playbook
Jan 17 2026
@nicolas Fort @Srividya Anantapatnaikuni here is the solution
Jan 16 2026
A workaround could be the following:
Old:
vyos_config: src: "templates/template.j2"
New:
vyos_config:
lines: "{{ lookup('template', 'templates/template.j2').splitlines() }}"Jan 10 2026
Jan 5 2026
This does not look like a bug but rather as the module mis-use: