summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/bigswitch/bigmon_chain.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/bigswitch/bigmon_chain.py')
-rw-r--r--lib/ansible/modules/network/bigswitch/bigmon_chain.py16
1 files changed, 1 insertions, 15 deletions
diff --git a/lib/ansible/modules/network/bigswitch/bigmon_chain.py b/lib/ansible/modules/network/bigswitch/bigmon_chain.py
index 8407cd0c9f..add1795994 100644
--- a/lib/ansible/modules/network/bigswitch/bigmon_chain.py
+++ b/lib/ansible/modules/network/bigswitch/bigmon_chain.py
@@ -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