Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network docs fragments: fix copy paste errors #18564

Merged
merged 1 commit into from
Nov 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ansible/utils/module_docs_fragments/asa.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ModuleDocFragment(object):
default: 10
provider:
description:
- Convenience method that allows all I(ios) arguments to be passed as
- Convenience method that allows all I(asa) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/utils/module_docs_fragments/eos.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ModuleDocFragment(object):
username:
description:
- Configures the username to use to authenticate the connection to
the remote device. The value of I(username) is used to authenticate
the remote device. This value is used to authenticate
either the CLI login or the eAPI authentication depending on which
transport is used. If the value is not specified in the task, the
value of environment variable C(ANSIBLE_NET_USERNAME) will be used instead.
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/utils/module_docs_fragments/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ModuleDocFragment(object):
required: false
provider:
description:
- Convenience method that allows all I(ios) arguments to be passed as
- Convenience method that allows all I(junos) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/utils/module_docs_fragments/nxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ModuleDocFragment(object):
username:
description:
- Configures the username to use to authenticate the connection to
the remote device. The value of I(username) is used to authenticate
the remote device. This value is used to authenticate
either the CLI login or the nxapi authentication depending on which
transport is used. If the value is not specified in the task, the
value of environment variable C(ANSIBLE_NET_USERNAME) will be used instead.
Expand Down