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.
pull/46801/head
Scott Xu 6 years ago committed by Jordan Borean
parent ad405fc21e
commit db69f46cf9

@ -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…
Cancel
Save