mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
aci_taboo_contract: Add integration tests and examples (#36276)
This PR includes: - Missing integration tests - Missing examples - Two typo's in other integration tests
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
check_mode: yes
|
||||
register: cm_query_dynamic_vlan_pool
|
||||
|
||||
- name: Query ourdynamic vlan pool
|
||||
- name: Query our dynamic vlan pool
|
||||
aci_vlan_pool:
|
||||
<<: *dynamic_vlan_pool_query
|
||||
pool: anstest
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
check_mode: yes
|
||||
register: cm_query_static_vlan_pool
|
||||
|
||||
- name: Query ourstatic vlan pool
|
||||
- name: Query our static vlan pool
|
||||
aci_vlan_pool:
|
||||
<<: *static_vlan_pool_query
|
||||
pool: anstest
|
||||
|
||||
Reference in New Issue
Block a user