sqaushed and fixed sanity test issues

This commit is contained in:
Jake Jackson
2019-11-20 14:57:15 -05:00
parent a9e5981cfe
commit 15041e57b2
3 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ except ImportError:
def main():
argument_spec = dict(
name=dict(),
name=dict(required=True),
description=dict(),
organization=dict(),
scm_type=dict(choices=['manual', 'git', 'hg', 'svn'], default='manual'),