From fdb5b124fd1dd9606fb4b11e917b758b89a1efe2 Mon Sep 17 00:00:00 2001 From: Tim Rupp Date: Mon, 19 Nov 2018 13:54:55 -0800 Subject: [PATCH] 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. --- lib/ansible/modules/network/f5/bigip_routedomain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/f5/bigip_routedomain.py b/lib/ansible/modules/network/f5/bigip_routedomain.py index 3457752117b..9379e318017 100644 --- a/lib/ansible/modules/network/f5/bigip_routedomain.py +++ b/lib/ansible/modules/network/f5/bigip_routedomain.py @@ -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',