mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Changing how get_one returns
This commit is contained in:
@@ -164,7 +164,7 @@ def main():
|
||||
|
||||
if state == 'absent':
|
||||
if not existing_token:
|
||||
existing_token, token_name = module.get_one('tokens', **{
|
||||
existing_token = module.get_one('tokens', **{
|
||||
'data': {
|
||||
'id': existing_token_id,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user