1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Changes argspec to no longer enforce strict int (#48901)

The route domain parent can be a string instead of an int. this patch
chanes the argspec to allow this.
This commit is contained in:
Tim Rupp 2018-11-19 13:54:55 -08:00 committed by GitHub
parent 8d2beea1cf
commit fdb5b124fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -673,7 +673,7 @@ class ArgumentSpec(object):
id=dict(type='int'),
description=dict(),
strict=dict(type='bool'),
parent=dict(type='int'),
parent=dict(),
vlans=dict(type='list'),
routing_protocol=dict(
type='list',