Skip to content
Snippets Groups Projects
Unverified Commit 0bde6c4e authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Do not manage system directories (#140)

By default node_exporter binary is placed in `/usr/local/bin` which causes removed task to manage this directory. Such "feature" is out of scope of this role and can cause problems in some deployment scenarios.\

This is a follow-up to #137
parent d08e7c2b
Branches
Tags
No related merge requests found
---
- name: create node_exporter binary install directory
file:
path: "{{ _node_exporter_binary_install_dir }}"
state: directory
owner: root
group: root
- name: Create the node_exporter group
group:
name: "{{ node_exporter_system_group }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment