Upgrade versions;Add delay;Housekeeping;Fix indentation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -8,5 +8,5 @@
|
||||
label: "{{ item | basename }}"
|
||||
# Probably should add a task before that ensures K3s node is fully initialized before starting imports; currently K3s goes away briefly during this loop
|
||||
retries: "{{ playbook.retries }}"
|
||||
delay: "{{ playbook.delays.short }}"
|
||||
delay: "{{ playbook.delay.short }}"
|
||||
until: import_result is not failed
|
||||
|
@ -5,7 +5,7 @@
|
||||
schema: vsphere
|
||||
register: vcenter_info
|
||||
retries: "{{ playbook.retries }}"
|
||||
delay: "{{ playbook.delays.short }}"
|
||||
delay: "{{ playbook.delay.short }}"
|
||||
until: vcenter_info is not failed
|
||||
|
||||
module_defaults:
|
||||
|
@ -1,6 +1,6 @@
|
||||
playbook:
|
||||
retries: 5
|
||||
delays:
|
||||
delay:
|
||||
long: 60
|
||||
medium: 30
|
||||
short: 10
|
||||
|
Reference in New Issue
Block a user