Fix lints
This commit is contained in:
parent
c2c25f214f
commit
9a95193a3a
@ -42,18 +42,21 @@
|
||||
ansible.builtin.template:
|
||||
src: "./netdata.conf"
|
||||
dest: "/etc/netdata/netdata.conf"
|
||||
mode: 0644
|
||||
register: system_extra_netdata_netdata_conf
|
||||
|
||||
- name: "configure netdata stream"
|
||||
ansible.builtin.template:
|
||||
src: "./stream.conf"
|
||||
dest: "/etc/netdata/stream.conf"
|
||||
mode: 0644
|
||||
register: system_extra_netdata_stream_conf
|
||||
|
||||
- name: "configure netdata health notifications"
|
||||
ansible.builtin.template:
|
||||
src: "./health_alarm_notify.conf"
|
||||
dest: "/etc/netdata/health_alarm_notify.conf"
|
||||
mode: 0644
|
||||
register: system_extra_netdata_health_conf
|
||||
|
||||
- name: "start netdata"
|
||||
|
Loading…
Reference in New Issue
Block a user