improv dl
This commit is contained in:
parent
2d8c582593
commit
ca49243785
2 changed files with 8 additions and 0 deletions
|
@ -5,3 +5,7 @@
|
||||||
version: '{{ win_exporter__version_target }}'
|
version: '{{ win_exporter__version_target }}'
|
||||||
source: https://community.chocolatey.org/api/v2/
|
source: https://community.chocolatey.org/api/v2/
|
||||||
state: present
|
state: present
|
||||||
|
register: _colocaltey
|
||||||
|
until: _colocaltey is succeeded
|
||||||
|
retries: 5
|
||||||
|
delay: 2
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
# name: python
|
# name: python
|
||||||
# version: '3.12.0'
|
# version: '3.12.0'
|
||||||
# state: present
|
# state: present
|
||||||
|
# register: _colocaltey
|
||||||
|
# until: _colocaltey is succeeded
|
||||||
|
# retries: 5
|
||||||
|
# delay: 2
|
||||||
|
|
||||||
- name: Get latest windows_exporter version
|
- name: Get latest windows_exporter version
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
|
|
Loading…
Reference in a new issue