From 4689de9db82074083576e81af706dfb8e36ab36f Mon Sep 17 00:00:00 2001 From: Tim Rupp Date: Mon, 21 May 2018 19:55:51 -0700 Subject: [PATCH] Fixes bigiq doc error (#40517) Corrects the return values for a bigiq module --- .../network/f5/bigiq_regkey_license_assignment.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/ansible/modules/network/f5/bigiq_regkey_license_assignment.py b/lib/ansible/modules/network/f5/bigiq_regkey_license_assignment.py index 25354aaa185..e206352cd6e 100644 --- a/lib/ansible/modules/network/f5/bigiq_regkey_license_assignment.py +++ b/lib/ansible/modules/network/f5/bigiq_regkey_license_assignment.py @@ -115,16 +115,7 @@ EXAMPLES = r''' ''' RETURN = r''' -param1: - description: The new param1 value of the resource. - returned: changed - type: bool - sample: true -param2: - description: The new param2 value of the resource. - returned: changed - type: string - sample: Foo is bar +# only common fields returned ''' import re