improve install
This commit is contained in:
parent
ca49243785
commit
6757962812
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue