deploy: Add prometheus node_exporter
All checks were successful
/ test (push) Successful in 52s
/ deploy (push) Successful in 5m32s

This commit is contained in:
lagertonne 2024-11-27 19:41:59 +01:00 committed by j3d1
parent 343040fa6d
commit 4acf8cea58
2 changed files with 3 additions and 0 deletions

View file

@ -32,6 +32,7 @@ jobs:
apt install python3-pip -y
python3 -m pip install ansible
python3 -m pip install ansible-lint
ansible-galaxy collection install prometheus.prometheus
- name: Populate relevant files
run: |