fixes asa_acl module to work with persistent connections (#28320)

* updates module_utils/asa.py to add missing common argument 'passwords'
* fixes asa_acl.py module to work with persistent connections
This commit is contained in:
Peter Sprygada
2017-08-17 07:48:35 -04:00
committed by GitHub
parent 86f23dc620
commit b1d297d144
2 changed files with 17 additions and 16 deletions

View File

@@ -43,7 +43,8 @@ asa_argument_spec = {
'auth_pass': dict(fallback=(env_fallback, ['ANSIBLE_NET_AUTH_PASS']), no_log=True),
'timeout': dict(type='int'),
'provider': dict(type='dict'),
'context': dict()
'context': dict(),
'passwords': dict()
}
command_spec = {