Removing assert that job is pending on job launch

This commit is contained in:
John Westcott IV
2020-03-26 10:18:38 -04:00
committed by beeankha
parent e03911d378
commit b9b62e3771

View File

@@ -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: