mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
nxos_bgp_neighbor_af fix problem with advertise-map properties (#28413)
* Fix problem with advertise-map properties * Change limit_to back to run all tests * Fix unit tests * Move advertise_map out of get_custom_value
This commit is contained in:
committed by
Nathaniel Case
parent
5660b18b6a
commit
ec11cd2696
@@ -321,6 +321,12 @@
|
||||
rescue:
|
||||
- set_fact: test_failed=true
|
||||
|
||||
- block:
|
||||
- include_role:
|
||||
name: nxos_bgp_neighbor_af
|
||||
when: "limit_to in ['*', 'nxos_bgp_neighbor_af']"
|
||||
rescue:
|
||||
- set_fact: test_failed=true
|
||||
###########
|
||||
- debug: var=failed_modules
|
||||
when: test_failed
|
||||
|
||||
Reference in New Issue
Block a user