don't install recommends for prometheus-node-exporter
This commit is contained in:
parent
a2af2c78ba
commit
252821c2a7
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
- name: Install monitoring tools
|
||||
apt:
|
||||
name: [prometheus-node-exporter, wireguard-tools]
|
||||
name: [prometheus-node-exporter]
|
||||
install_recommends: false
|
||||
|
||||
- name: promtail
|
||||
include_tasks: promtail.yml
|
||||
|
|
Loading…
Reference in a new issue