fix server install tasks

This commit is contained in:
2023-02-10 14:10:21 +01:00
parent b4c5bd0d54
commit 174b541cd5
2 changed files with 17 additions and 2 deletions

View File

@ -7,8 +7,10 @@
## prometheus server install
- name: 'server install'
include_tasks: server/grafana-prometheus.yml
include_tasks: server/grafana-provisioning.yml
include_tasks: "server/{{ item }}"
loop:
- grafana-prometheus.yml
- grafana-provisioning.yml
when:
- prometheus_server_enable == "true"
tags: