Update README with recent Collections changes

This commit is contained in:
beeankha
2021-08-17 19:11:29 -04:00
parent c89296e76d
commit ad0dc028f2
3 changed files with 29 additions and 21 deletions

View File

@@ -61,7 +61,7 @@
- block:
- name: "Wait for up to a minute until the job enters the can_cancel: False state"
debug:
msg: "The job can_cancel status has transitioned into False, we can proveed with testing"
msg: "The job can_cancel status has transitioned into False, we can proceed with testing"
until: not job_status
retries: 6
delay: 10