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
|
- name: Install monitoring tools
|
||||||
apt:
|
apt:
|
||||||
name: [prometheus-node-exporter, wireguard-tools]
|
name: [prometheus-node-exporter]
|
||||||
|
install_recommends: false
|
||||||
|
|
||||||
- name: promtail
|
- name: promtail
|
||||||
include_tasks: promtail.yml
|
include_tasks: promtail.yml
|
||||||
|
|
Loading…
Reference in a new issue