mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00: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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user