summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorNilashish Chakraborty <nilashishchakraborty8@gmail.com>2018-09-25 21:40:52 +0530
committerMatt Davis <nitzmahone@users.noreply.github.com>2018-09-25 09:10:52 -0700
commitc60c27b7da42b47c812a975a25c6b5d0c354ea61 (patch)
tree5f8e9edcfe69ecb97641a8754549bf78e2eeffdc /changelogs
parent6eb21c78525e519b4c6d3239738f1ec21f2997b6 (diff)
downloadansible-c60c27b7da42b47c812a975a25c6b5d0c354ea61.tar.gz
Backport 2.5: Return correct version on installed VyOS (#39115) (#45715)
* 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 235b11f681558c614b8b44e05d6679d48784a34c) * Added changelog
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/fix_vyos_facts.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_vyos_facts.yaml b/changelogs/fragments/fix_vyos_facts.yaml
new file mode 100644
index 0000000000..0f9d944db4
--- /dev/null
+++ b/changelogs/fragments/fix_vyos_facts.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - vyos_facts - fix vyos_facts not returning version number issue (https://github.com/ansible/ansible/pull/39115)