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/46131/head
parent
6eb21c7852
commit
c60c27b7da
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- vyos_facts - fix vyos_facts not returning version number issue (https://github.com/ansible/ansible/pull/39115)
|
Loading…
Reference in New Issue