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