mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
vyos_static_route implementation module (#26426)
* vyos_static_route implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add vyos_static_route implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * modify vyos_static_route Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * integration test vyos_static and net_static_route Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix typo integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * modify vyos_static_route * modify integration test * vyos_static_route doc build fix * fix integration test data Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * update net_static_route cli test set * minor fix
This commit is contained in:
@@ -49,6 +49,13 @@
|
||||
rescue:
|
||||
- set_fact: test_failed=true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: vyos_static_route
|
||||
when: "limit_to in ['*', 'vyos_static_route']"
|
||||
rescue:
|
||||
- set_fact: test_failed=true
|
||||
|
||||
|
||||
###########
|
||||
- name: Has any previous test failed?
|
||||
|
||||
Reference in New Issue
Block a user