1
0
Fork 0
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:
Scott Xu 2018-10-11 12:07:59 +08:00 committed by Jordan Borean
parent ad405fc21e
commit db69f46cf9

View file

@ -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 = '''