Fix documentation bug for asa_config (#32007)

The documentation mentioned the "commit" and "update" parameters which
didn't exist.
pull/32069/head
Patrick Ogenstad 7 years ago committed by Ganesh Nalawade
parent e2bed36d12
commit 69cf5f9486

@ -93,28 +93,6 @@ options:
required: false
default: line
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:
description:
- This argument will cause the module to create a full backup of

Loading…
Cancel
Save