mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Changing how get_one returns
This commit is contained in:
@@ -130,7 +130,7 @@ def main():
|
||||
)
|
||||
|
||||
# Attempt to look up job based on the provided id
|
||||
job, junk = module.get_one('jobs', **{
|
||||
job = module.get_one('jobs', **{
|
||||
'data': {
|
||||
'id': job_id,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user