mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
Removing assert that job is pending on job launch
This commit is contained in:
committed by
beeankha
parent
e03911d378
commit
b9b62e3771
@@ -52,7 +52,6 @@
|
|||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- job is changed
|
- job is changed
|
||||||
- "job.status == 'pending'"
|
|
||||||
|
|
||||||
- name: Wait for the Job to finish
|
- name: Wait for the Job to finish
|
||||||
tower_job_wait:
|
tower_job_wait:
|
||||||
@@ -74,7 +73,6 @@
|
|||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- job is changed
|
- job is changed
|
||||||
- "job.status == 'pending'"
|
|
||||||
|
|
||||||
- name: Timeout waiting for the job to complete
|
- name: Timeout waiting for the job to complete
|
||||||
tower_job_wait:
|
tower_job_wait:
|
||||||
|
|||||||
Reference in New Issue
Block a user