[WIP] Network return docs (#23441)

Network return docs
This commit is contained in:
John R Barker 2017-04-12 13:13:41 -04:00 committed by GitHub
commit 902bc58509
79 changed files with 184 additions and 172 deletions

View file

@ -69,21 +69,7 @@ EXAMPLES = '''
'''
RETURN = '''
{
"changed": true,
"invocation": {
"module_args": {
"access_token": null,
"controller": "192.168.86.221",
"name": "MyChain",
"state": "present",
"validate_certs": false
},
"module_name": "bigmon_chain"
}
}
'''
RETURN = ''' # '''
import os
from ansible.module_utils.basic import AnsibleModule