mirror of https://github.com/ansible/ansible.git
* Return correct version on installed VyOS (#39115)
* Return correct version on installed VyOS
Previously existing regexp will shows only "VyOS" without numeric output of router version.
For example: from "Version: VyOS 1.1.6" only VyOS will be written in ansible_net_version variable
For more informative output numeric value should be returned as well
* Fixed unittests
(cherry picked from commit 235b11f681)
* Added changelog
pull/46819/head
parent
4ffc75ab44
commit
0e48544ae1
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- vyos_facts - fix vyos_facts not returning version number issue (https://github.com/ansible/ansible/pull/39115)
|
||||
Loading…
Reference in New Issue