mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix documentation bug for asa_config (#32007)
The documentation mentioned the "commit" and "update" parameters which didn't exist.
This commit is contained in:
parent
e2bed36d12
commit
69cf5f9486
1 changed files with 0 additions and 22 deletions
|
@ -93,28 +93,6 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: line
|
default: line
|
||||||
choices: ['line', 'block']
|
choices: ['line', 'block']
|
||||||
update:
|
|
||||||
description:
|
|
||||||
- The I(update) argument controls how the configuration statements
|
|
||||||
are processed on the remote device. Valid choices for the I(update)
|
|
||||||
argument are I(merge) and I(check). When the argument is set to
|
|
||||||
I(merge), the configuration changes are merged with the current
|
|
||||||
device running configuration. When the argument is set to I(check)
|
|
||||||
the configuration updates are determined but not actually configured
|
|
||||||
on the remote device.
|
|
||||||
required: false
|
|
||||||
default: merge
|
|
||||||
choices: ['merge', 'check']
|
|
||||||
commit:
|
|
||||||
description:
|
|
||||||
- This argument specifies the update method to use when applying the
|
|
||||||
configuration changes to the remote node. If the value is set to
|
|
||||||
I(merge) the configuration updates are merged with the running-
|
|
||||||
config. If the value is set to I(check), no changes are made to
|
|
||||||
the remote host.
|
|
||||||
required: false
|
|
||||||
default: merge
|
|
||||||
choices: ['merge', 'check']
|
|
||||||
backup:
|
backup:
|
||||||
description:
|
description:
|
||||||
- This argument will cause the module to create a full backup of
|
- This argument will cause the module to create a full backup of
|
||||||
|
|
Loading…
Reference in a new issue