mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct typos (#3055)
This commit is contained in:
parent
7f51ec8bab
commit
94bd3a70e5
1 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@ version_added: "2.2"
|
||||||
author: "Peter Sprygada (@privateip), Patrick Ogenstad (@ogenstad)"
|
author: "Peter Sprygada (@privateip), Patrick Ogenstad (@ogenstad)"
|
||||||
short_description: Manage Cisco ASA configuration sections
|
short_description: Manage Cisco ASA configuration sections
|
||||||
description:
|
description:
|
||||||
- Cisco ASA configurations use a simple block indent file sytanx
|
- Cisco ASA configurations use a simple block indent file syntax
|
||||||
for segementing configuration into sections. This module provides
|
for segmenting configuration into sections. This module provides
|
||||||
an implementation for working with ASA configuration sections in
|
an implementation for working with ASA configuration sections in
|
||||||
a deterministic way.
|
a deterministic way.
|
||||||
extends_documentation_fragment: asa
|
extends_documentation_fragment: asa
|
||||||
|
@ -131,7 +131,7 @@ options:
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
config:
|
config:
|
||||||
description:
|
description:
|
||||||
- The C(config) argument allows the playbook desginer to supply
|
- The C(config) argument allows the playbook designer to supply
|
||||||
the base configuration to be used to validate configuration
|
the base configuration to be used to validate configuration
|
||||||
changes necessary. If this argument is provided, the module
|
changes necessary. If this argument is provided, the module
|
||||||
will not download the running-config from the remote node.
|
will not download the running-config from the remote node.
|
||||||
|
|
Loading…
Reference in a new issue