feat: add test for Rocky Linux 8 #1

Merged
xoxys merged 2 commits from test-rocky8 into master 2022-01-26 21:00:25 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 2a42063138 - Show all commits

View File

@ -6,7 +6,8 @@ prometheus_user_comment: Prometheus
prometheus_group: "{{ prometheus_user }}"
prometheus_extra_groups: []
prometheus_packages: []
prometheus_packages:
- tar
prometheus_base_dir: "/opt/prometheus"
prometheus_config_dir: "{{ prometheus_base_dir }}/conf"