Skip to content

Commit

Permalink
issue 92: remove recurse for textfile collector dir because it causes…
Browse files Browse the repository at this point in the history
… consistent ansible changes in case there are new metric files created by other users

Signed-off-by: Anton Lugovoi <alugovoi@ordercapital.com>
  • Loading branch information
fitz123 committed May 15, 2023
1 parent 27bd8f8 commit 79cb4f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/node_exporter/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
state: directory
owner: "{{ node_exporter_system_user }}"
group: "{{ node_exporter_system_group }}"
recurse: true
mode: u+rwX,g+rwX,o=rX
when: node_exporter_textfile_dir | length > 0

Expand Down

0 comments on commit 79cb4f7

Please sign in to comment.