Skip to content
Snippets Groups Projects
Commit c3080880 authored by jurgenhaas's avatar jurgenhaas
Browse files

Set ownership to netdata for all of /etc/netdata

parent 417c9f46
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,12 @@
import_tasks: heartbeat.yml
when: netdata_heartbeat|default(true)
- name: Set ownership
file:
path: '/etc/netdata'
owner: netdata
group: netdata
recurse: yes
follow: no
when: not excluded_roles or "netdata" not in excluded_roles
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment