From c60c27b7da42b47c812a975a25c6b5d0c354ea61 Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Tue, 25 Sep 2018 21:40:52 +0530 Subject: 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 --- changelogs/fragments/fix_vyos_facts.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/fix_vyos_facts.yaml (limited to 'changelogs') 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) -- cgit v1.2.1