improve choco download
This commit is contained in:
parent
077b55f2d0
commit
6baa860b7a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue