diff --git a/lib/ansible/module_utils/asa.py b/lib/ansible/module_utils/asa.py index 2a95174c784..4c2dcde37ea 100644 --- a/lib/ansible/module_utils/asa.py +++ b/lib/ansible/module_utils/asa.py @@ -62,7 +62,7 @@ def check_args(module): provider = module.params['provider'] or {} for key in asa_argument_spec: - if key not in ['provider', 'authorize'] and module.params[key]: + if key not in ['context', 'passwords', 'provider', 'authorize'] and module.params[key]: module.warn('argument %s has been deprecated and will be removed in a future version' % key) if provider: