mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Merge branch 'devel' into copy_awx_collection
This commit is contained in:
@@ -164,10 +164,17 @@
|
||||
that:
|
||||
- "result is changed"
|
||||
|
||||
- name: Wait for 2nd job max 120s
|
||||
- name: Wait for a job template to complete
|
||||
tower_job_wait:
|
||||
job_id: "{{result.id}}"
|
||||
job_id: "{{ result.id }}"
|
||||
max_interval: 10
|
||||
timeout: 120
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- "result is not changed"
|
||||
- "result.status == 'successful'"
|
||||
|
||||
- name: Get the job
|
||||
tower_job_list:
|
||||
|
||||
Reference in New Issue
Block a user