fixed options (#62605)

pull/62667/head
Sandra McCann 6 years ago committed by Alicia Cozine
parent 7cfcf18a8c
commit 170b4e63ff

@ -92,10 +92,12 @@ options:
error_option: error_option:
description: description:
- This option controls the netconf server action after an error occurs while editing the configuration. - This option controls the netconf server action after an error occurs while editing the configuration.
If the value is I(stop-on-error) abort the config edit on first error, if value is I(continue-on-error) - If I(error_option=stop-on-error), abort the config edit on first error.
it continues to process configuration data on error, error is recorded and negative response is generated - If I(error_option=continue-on-error), continue to process configuration data on error.
if any errors occur. If value is C(rollback-on-error) it rollback to the original configuration in case The error is recorded and negative response is generated if any errors occur.
any error occurs, this requires the remote Netconf server to support the :rollback-on-error capability. - If I(error_option=rollback-on-error), rollback to the original configuration if
any error occurs.
This requires the remote Netconf server to support the I(error_option=rollback-on-error) capability.
default: stop-on-error default: stop-on-error
choices: ['stop-on-error', 'continue-on-error', 'rollback-on-error'] choices: ['stop-on-error', 'continue-on-error', 'rollback-on-error']
version_added: "2.7" version_added: "2.7"

Loading…
Cancel
Save