mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
various typo corrections to ios network modules
This commit is contained in:
parent
fe09641476
commit
6339398e7c
4 changed files with 21 additions and 21 deletions
|
@ -32,7 +32,7 @@ options:
|
|||
gather_subset:
|
||||
description:
|
||||
- When supplied, this argument will restrict the facts collected
|
||||
to a given subset. Possible values for this argument inlcude
|
||||
to a given subset. Possible values for this argument include
|
||||
all, hardware, config, and interfaces. Can specify a list of
|
||||
values to include a larger subset. Values can also be used
|
||||
with an initial M(!) to specify that a specific subset should
|
||||
|
@ -54,7 +54,7 @@ EXAMPLES = """
|
|||
# Do not collect hardware facts
|
||||
- ios_facts:
|
||||
gather_subset:
|
||||
- "!interfaces"
|
||||
- "!hardware"
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
@ -75,7 +75,7 @@ ansible_net_hostname:
|
|||
returned: always
|
||||
type: str
|
||||
ansible_net_image:
|
||||
desription: The image the system booted from
|
||||
description: The image the system booted from
|
||||
returned: always
|
||||
type: str
|
||||
ansible_net_module:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue