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 = '''
|
||||
- name: Sync NSO device
|
||||
nso_config:
|
||||
nso_action:
|
||||
url: http://localhost:8080/jsonrpc
|
||||
username: username
|
||||
password: password
|
||||
path: /ncs:devices/device{ce0}/sync-from
|
||||
output_required:
|
||||
result: true
|
||||
input: {}
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Reference in a new issue