From 69cf5f9486a08b7cf144d6b61cbcab173acab6f8 Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Tue, 24 Oct 2017 05:54:37 +0200 Subject: [PATCH] Fix documentation bug for asa_config (#32007) The documentation mentioned the "commit" and "update" parameters which didn't exist. --- lib/ansible/modules/network/asa/asa_config.py | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/lib/ansible/modules/network/asa/asa_config.py b/lib/ansible/modules/network/asa/asa_config.py index 5a2df2ca0f..8cd9296121 100644 --- a/lib/ansible/modules/network/asa/asa_config.py +++ b/lib/ansible/modules/network/asa/asa_config.py @@ -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