mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
fix lint and update test
This commit is contained in:
@@ -169,6 +169,11 @@
|
||||
query: {"id": "{{result.id}}"}
|
||||
register: result
|
||||
|
||||
- name: Wait for 2nd job max 120s
|
||||
tower_job_wait:
|
||||
job_id: "{{result.id}}"
|
||||
timeout: 120
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- '{"foo": "bar"} | to_json in result.results[0].extra_vars'
|
||||
|
||||
Reference in New Issue
Block a user