mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
parent
92dc61e869
commit
902bc58509
79 changed files with 184 additions and 172 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue