Merge branch 'devel' into copy_awx_collection

This commit is contained in:
Sean Sullivan
2021-03-12 15:26:59 -06:00
committed by GitHub
19 changed files with 619 additions and 228 deletions

View File

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