From 7058f11e1d9bd609847bfa2904d2934eef1a5949 Mon Sep 17 00:00:00 2001 From: Kevin Breit Date: Wed, 20 Jun 2018 02:36:57 -0500 Subject: [PATCH] Removed redundant documentation (#41422) - Removed response documentation on keys which are standard across modules. --- .../modules/network/meraki/meraki_admin.py | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/lib/ansible/modules/network/meraki/meraki_admin.py b/lib/ansible/modules/network/meraki/meraki_admin.py index 5146e67ef6..a03da3548f 100644 --- a/lib/ansible/modules/network/meraki/meraki_admin.py +++ b/lib/ansible/modules/network/meraki/meraki_admin.py @@ -123,33 +123,6 @@ data: "tags": [] } ] -changed: - description: Whether object changed as a result of the request. - returned: info - type: string - sample: - "changed": false - -status: - description: HTTP response code - returned: info - type: int - sample: - "status": 200 - -response: - description: HTTP response description and bytes - returned: info - type: string - sample: - "response": "OK (unknown bytes)" - -failed: - description: Boolean value whether the task failed - returned: info - type: bool - sample: - "failed": false ''' import os