Skip to content

Commit

Permalink
Merge pull request #105 from fitz123/textfile_no_recurse
Browse files Browse the repository at this point in the history
fix: textfile collector dir by setting recurse to false
  • Loading branch information
gardar committed May 16, 2023
2 parents 36d752e + fddefac commit 180f594
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 180f594

Please sign in to comment.