prometheus_node_exporter: move compatcheck to tasks
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
---
|
||||
- name: Compatibility check
|
||||
ansible.builtin.import_role:
|
||||
name: uumas.general.compatcheck
|
||||
vars:
|
||||
compatcheck_supported_distributions:
|
||||
- name: debian
|
||||
version_min: 11
|
||||
- name: ubuntu
|
||||
version_min: 24
|
||||
|
||||
- name: Install prometheus node exporter
|
||||
ansible.builtin.apt:
|
||||
name: prometheus-node-exporter
|
||||
|
||||
Reference in New Issue
Block a user