summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-11-21 11:36:32 +0000
committerGitHub <noreply@github.com>2016-11-21 11:36:32 +0000
commitd27e007fb1eae44b7ca2a4717ac37c70add289f7 (patch)
tree1ac234304e568df8032171f78862ecf65d5a6851
parent72f75fd9e08cd7e1412bbb94390e255ed3059d3e (diff)
downloadansible-d27e007fb1eae44b7ca2a4717ac37c70add289f7.tar.gz
Network docs fragments: fix copy paste errors (#18564)
-rw-r--r--lib/ansible/utils/module_docs_fragments/asa.py2
-rw-r--r--lib/ansible/utils/module_docs_fragments/eos.py2
-rw-r--r--lib/ansible/utils/module_docs_fragments/junos.py2
-rw-r--r--lib/ansible/utils/module_docs_fragments/nxos.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/ansible/utils/module_docs_fragments/asa.py b/lib/ansible/utils/module_docs_fragments/asa.py
index cd93dd8042..c2c0cd34df 100644
--- a/lib/ansible/utils/module_docs_fragments/asa.py
+++ b/lib/ansible/utils/module_docs_fragments/asa.py
@@ -84,7 +84,7 @@ options:
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
diff --git a/lib/ansible/utils/module_docs_fragments/eos.py b/lib/ansible/utils/module_docs_fragments/eos.py
index b86682b5ff..0b1a9d3f30 100644
--- a/lib/ansible/utils/module_docs_fragments/eos.py
+++ b/lib/ansible/utils/module_docs_fragments/eos.py
@@ -39,7 +39,7 @@ options:
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.
diff --git a/lib/ansible/utils/module_docs_fragments/junos.py b/lib/ansible/utils/module_docs_fragments/junos.py
index d954b70117..a39b896292 100644
--- a/lib/ansible/utils/module_docs_fragments/junos.py
+++ b/lib/ansible/utils/module_docs_fragments/junos.py
@@ -61,7 +61,7 @@ options:
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
diff --git a/lib/ansible/utils/module_docs_fragments/nxos.py b/lib/ansible/utils/module_docs_fragments/nxos.py
index c209f1d6c4..00ee85cc61 100644
--- a/lib/ansible/utils/module_docs_fragments/nxos.py
+++ b/lib/ansible/utils/module_docs_fragments/nxos.py
@@ -39,7 +39,7 @@ options:
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.