mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Update integration test playbooks to work with most current Collections modules
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
- name: Wait for a job template to complete
|
||||
job_wait:
|
||||
job_id: "{{ result.id }}"
|
||||
max_interval: 10
|
||||
interval: 10
|
||||
timeout: 120
|
||||
register: result
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
- name: Wait for a job template to complete
|
||||
job_wait:
|
||||
job_id: "{{ result.id }}"
|
||||
max_interval: 10
|
||||
interval: 10
|
||||
timeout: 120
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user