Update integration test playbooks to work with most current Collections modules

This commit is contained in:
beeankha
2021-08-17 13:29:33 -04:00
parent c58fef949d
commit c89296e76d
11 changed files with 93 additions and 69 deletions

View File

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