do not create the 'data' directory.

This commit is contained in:
Andrea Dell'Amico 2022-06-27 17:17:55 +02:00
parent 590dc7def4
commit 8ecaa5335b
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
- name: Create the prometheus directory structure
file: dest={{ prometheus_home }}/{{ item }} state=directory owner={{ prometheus_user }} group={{ prometheus_user }}
with_items:
- data
- logs
- name: Prometheus data directory