Test variable timeout;Remove unsupported argument
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
310c65cf3b
commit
ad7a9e33e2
@ -52,7 +52,7 @@
|
||||
jid: "{{ item.ansible_job_id }}"
|
||||
register: job_poll
|
||||
retries: 5
|
||||
delay: 100
|
||||
delay: "{{ ( ( servers | length ) - 1 ) * 50 }}"
|
||||
until: job_poll.finished
|
||||
loop: "{{ job_init.results }}"
|
||||
loop_control:
|
||||
@ -216,6 +216,4 @@
|
||||
wait: yes
|
||||
kubeconfig: "{{ kubeconfig.path }}"
|
||||
values: "{{ item.setvalues | default(omit) }}"
|
||||
args:
|
||||
warn: false
|
||||
loop: "{{ helm.charts }}"
|
||||
|
Loading…
Reference in New Issue
Block a user