Fixes for broken asa_config module (#27218)

* Fixes for broken asa_config module

* strip() prompt before checking
This commit is contained in:
Patrick Ogenstad 2017-08-11 17:42:42 +02:00 committed by Peter Sprygada
commit 089226e372
5 changed files with 136 additions and 50 deletions

View file

@ -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):