From db69f46cf943ab124bcfe0842997583380ae1e36 Mon Sep 17 00:00:00 2001 From: Scott Xu <2555074+fgsoap@users.noreply.github.com> Date: Thu, 11 Oct 2018 12:07:59 +0800 Subject: [PATCH] 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. --- lib/ansible/modules/network/nso/nso_action.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/network/nso/nso_action.py b/lib/ansible/modules/network/nso/nso_action.py index 293d39893a9..86a9633b015 100644 --- a/lib/ansible/modules/network/nso/nso_action.py +++ b/lib/ansible/modules/network/nso/nso_action.py @@ -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 = '''