Merge "Add check to ansible argument_spec"

This commit is contained in:
Zuul 2018-08-03 10:46:58 +00:00 committed by Gerrit Code Review
commit fb708ccc0e

View File

@ -120,7 +120,7 @@ def get_docker_client():
def main():
specs = dict(
module_name=dict(type='str'),
module_name=dict(required=True, type='str'),
module_args=dict(type='str'),
module_extra_vars=dict(type='json'),
api_version=dict(required=False, type='str', default='auto'),