From 1c7c3cc8788a92f974adb90720b148415579f21f Mon Sep 17 00:00:00 2001 From: Senthil Kumar Ganesan Date: Fri, 9 Sep 2016 09:32:24 -0700 Subject: [PATCH] Addressed review comments from @gundalow --- .../utils/module_docs_fragments/dnos9.py | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/lib/ansible/utils/module_docs_fragments/dnos9.py b/lib/ansible/utils/module_docs_fragments/dnos9.py index ea3a0bf4fd..9df9d121ff 100755 --- a/lib/ansible/utils/module_docs_fragments/dnos9.py +++ b/lib/ansible/utils/module_docs_fragments/dnos9.py @@ -33,23 +33,22 @@ options: default: 22 username: description: - - This value I(username) is used to authenticate the SSH session to the - remote device. If the value is not specified in the task, the - value of environment variable ANSIBLE_NET_USERNAME will be used instead. + - User to authenticate the SSH session to the remote device. If the + value is not specified in the task, the value of environment variable + ANSIBLE_NET_USERNAME will be used instead. required: false password: description: - - This value I(password) is used to authenticate the SSH session to - the remote device. If the value is not specified in the task, the - value of environment variable ANSIBLE_NET_PASSWORD will be used instead. + - Password to authenticate the SSH session to the remote device. If the + value is not specified in the task, the value of environment variable + ANSIBLE_NET_PASSWORD will be used instead. required: false default: null ssh_keyfile: description: - - This value I(ssh_keyfile) is the path to the key used to authenticate - the SSH session to the remote device. If the value is not specified - in the task, the value of environment variable ANSIBLE_NET_SSH_KEYFILE - will be used instead. + - Path to an ssh key used to authenticate the SSH session to the remote + device. If the value is not specified in the task, the value of + environment variable ANSIBLE_NET_SSH_KEYFILE will be used instead. required: false authorize: description: