mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update nso_action.py (#46763)
* Update nso_action.py The module's name should be nso_action. * Update nso_action.py Fixed the input field in the example.
This commit is contained in:
parent
ad405fc21e
commit
db69f46cf9
1 changed files with 2 additions and 3 deletions
|
@ -62,13 +62,12 @@ version_added: "2.5"
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Sync NSO device
|
- name: Sync NSO device
|
||||||
nso_config:
|
nso_action:
|
||||||
url: http://localhost:8080/jsonrpc
|
url: http://localhost:8080/jsonrpc
|
||||||
username: username
|
username: username
|
||||||
password: password
|
password: password
|
||||||
path: /ncs:devices/device{ce0}/sync-from
|
path: /ncs:devices/device{ce0}/sync-from
|
||||||
output_required:
|
input: {}
|
||||||
result: true
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Reference in a new issue