mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
fix: use elevated permissions for removing scrapes
fixes #445 Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
239a0b3cee
commit
e1510bc1b6
1 changed files with 1 additions and 0 deletions
|
@ -176,3 +176,4 @@
|
|||
ansible.builtin.file:
|
||||
path: "{{ prometheus_config_dir }}/scrapes"
|
||||
state: absent
|
||||
become: true
|
||||
|
|
Loading…
Add table
Reference in a new issue