mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
sqaushed and fixed sanity test issues
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user