diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e670afb33b..5c7e310392f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,7 +75,6 @@ Ansible Changes By Release * exo_dns_record - dnos6 * dnos6_command - - f5: * bigip_device_dns * bigip_device_ntp diff --git a/lib/ansible/utils/module_docs_fragments/dnos6.py b/lib/ansible/utils/module_docs_fragments/dnos6.py index 9dde0094c21..28d732add37 100644 --- a/lib/ansible/utils/module_docs_fragments/dnos6.py +++ b/lib/ansible/utils/module_docs_fragments/dnos6.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: