1
0
Fork 0
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:
Dag Wieers 2019-01-25 04:23:38 +01:00 committed by GitHub
parent fc4e93f1a3
commit 0acc4dafdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -251,8 +251,7 @@ def main():
l2UnknownUnicast=layer2_unknown_unicast,
l2Stretch=layer2_stretch,
l3MCast=layer3_multicast,
# FIXME
subnets=[],
subnets=subnets,
vrfRef=vrf_ref,
)

View file

@ -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