ansible_role_win_exporter/tasks/download.yml

12 lines
332 B
YAML
Raw Normal View History

2023-11-27 14:05:13 +01:00
---
- name: Install windows node_exporter
chocolatey.chocolatey.win_chocolatey:
name: prometheus-windows-exporter.install
version: '{{ win_exporter__version_target }}'
source: https://community.chocolatey.org/api/v2/
state: present
2024-02-27 23:37:18 +01:00
register: _colocaltey
until: _colocaltey is succeeded
retries: 5
delay: 2