mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03: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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user