mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Fixes for broken asa_config module (#27218)
* Fixes for broken asa_config module * strip() prompt before checking
This commit is contained in:
parent
40eb349ac6
commit
089226e372
5 changed files with 136 additions and 50 deletions
|
@ -77,11 +77,6 @@ class ActionModule(_ActionModule):
|
|||
|
||||
result = super(ActionModule, self).run(tmp, task_vars)
|
||||
|
||||
# take the shell out of enable mode
|
||||
if pc.become:
|
||||
req = json.dumps(request_builder('get', 'disable'))
|
||||
out = connection.exec_command(req)
|
||||
|
||||
return result
|
||||
|
||||
def load_provider(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue