7 lines
250 B
YAML
7 lines
250 B
YAML
---
|
|
- 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
|