From 67579628126f5b89e66ee1d7c573ed9092429403 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 27 Feb 2024 23:56:20 +0100 Subject: [PATCH] improve install --- tasks/download.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tasks/download.yml b/tasks/download.yml index 00644b3..ce4c442 100644 --- a/tasks/download.yml +++ b/tasks/download.yml @@ -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