1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-22 04:42:02 +02:00

prometheus_exporters: Add missing sudo package

This commit is contained in:
Kristian Klausen 2021-07-17 15:45:49 +02:00
parent 3ba230b17c
commit 963ecdf963

View File

@ -1,7 +1,7 @@
---
- name: install prometheus-node-exporter
pacman: name=prometheus-node-exporter,arch-audit,pacman-contrib,jq,hq state=present
pacman: name=prometheus-node-exporter,arch-audit,pacman-contrib,jq,hq,sudo state=present
- name: install prometheus-blackbox-exporter
pacman: name=prometheus-blackbox-exporter state=present