mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* 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 |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_vyos_banner.py | ||
| test_vyos_command.py | ||
| test_vyos_config.py | ||
| test_vyos_facts.py | ||
| test_vyos_static_route.py | ||
| test_vyos_system.py | ||
| test_vyos_user.py | ||
| vyos_module.py | ||