mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-24 21:03:27 +00:00
fix: properly tag task
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
e1510bc1b6
commit
cf1f68c6ba
1 changed files with 4 additions and 0 deletions
|
@ -177,3 +177,7 @@
|
|||
path: "{{ prometheus_config_dir }}/scrapes"
|
||||
state: absent
|
||||
become: true
|
||||
tags:
|
||||
- prometheus
|
||||
- configure
|
||||
- prometheus_configure
|
||||
|
|
Loading…
Reference in a new issue