Thu, Apr 24
Tue, Apr 22
Checking this and PR190 that claims to address the issues. Preliminary comment on the PR190:
Mon, Apr 14
Thu, Apr 10
Tue, Apr 8
Fri, Apr 4
Thu, Apr 3
There was no a change - I tested with the existing code in truck and could not replicate the issue - hence the question, given this is a pretty old bug report
Wed, Apr 2
Mar 27 2025
Mar 25 2025
Decided to not replace the functionality for all methods, only where I found a problem. This means the information in this issue isn't relevant. I'll make a new issue to fix the test case above.
Mar 20 2025
This seems to be implemented:
Mar 19 2025
Mar 18 2025
Mar 14 2025
Mar 12 2025
Mar 11 2025
Hi,
I tested with 520-700+ character long strings and the bug is not evident in 1.3- or1.4+ versions
Can you please re-rest and advise this issue still persist
Are we happy with the above patch (fixing the terminal)?
After some investigation, it can be advised, that the described issue is to do with netcomm_cli module implementation used by VyOS Ansible Galaxy - namely, the ansible_net_version is set for a connection and stays so until reconnects and re-reads the modified hostname.
As such, this is currently outside of the collection's control.
That said, the issue can be easily avoided by reading ansible_facts mid-playbook:
Example Playbook:
Here's the PR: https://github.com/vyos/vyos.vyos/pull/401