mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
MSO: Various small fixes (#51314)
* mso_bd: Allow adding subnets on creation * Fix example
This commit is contained in:
parent
fc4e93f1a3
commit
0acc4dafdd
2 changed files with 3 additions and 4 deletions
|
@ -251,8 +251,7 @@ def main():
|
|||
l2UnknownUnicast=layer2_unknown_unicast,
|
||||
l2Stretch=layer2_stretch,
|
||||
l3MCast=layer3_multicast,
|
||||
# FIXME
|
||||
subnets=[],
|
||||
subnets=subnets,
|
||||
vrfRef=vrf_ref,
|
||||
)
|
||||
|
||||
|
|
|
@ -88,8 +88,8 @@ EXAMPLES = r'''
|
|||
delegate_to: localhost
|
||||
register: query_result
|
||||
|
||||
- name: Query all BDs
|
||||
mso_schema_template_bd:
|
||||
- name: Query all VRFs
|
||||
mso_schema_template_vrf:
|
||||
host: mso_host
|
||||
username: admin
|
||||
password: SomeSecretPassword
|
||||
|
|
Loading…
Reference in a new issue