improve install

This commit is contained in:
L3D 2024-02-27 23:56:20 +01:00
parent ca49243785
commit 6757962812
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -1,4 +1,14 @@
---
- name: Install window autohotkey
chocolatey.chocolatey.win_chocolatey:
name: autohotkey.install
source: https://community.chocolatey.org/api/v2/
state: present
register: _auto
until: _auto is succeeded
retries: 5
delay: 2
- name: Install windows node_exporter
chocolatey.chocolatey.win_chocolatey:
name: prometheus-windows-exporter.install