improve choco download

This commit is contained in:
L3D 2024-02-27 23:36:59 +01:00
parent 077b55f2d0
commit 6baa860b7a
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -3,3 +3,7 @@
chocolatey.chocolatey.win_chocolatey: chocolatey.chocolatey.win_chocolatey:
name: "{{ win_obs_init__packages }}" name: "{{ win_obs_init__packages }}"
state: present state: present
register: _colocaltey
until: _colocaltey is succeeded
retries: 5
delay: 2