mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
various sanity fixes
This commit is contained in:
@@ -136,7 +136,7 @@ def main():
|
||||
description=dict(),
|
||||
application=dict(),
|
||||
scope=dict(choices=['read', 'write'], default='write'),
|
||||
existing_token=dict(type='dict', no_log=True),
|
||||
existing_token=dict(type='dict', no_log=False),
|
||||
existing_token_id=dict(),
|
||||
state=dict(choices=['present', 'absent'], default='present'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user