diff options
Diffstat (limited to 'tasks/main.yml')
-rw-r--r-- | tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index ca849a3..f05eff4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml | |||
@@ -65,3 +65,7 @@ | |||
65 | - netdata_alarm_notify_configs is defined | 65 | - netdata_alarm_notify_configs is defined |
66 | - netdata_alarm_notify_configs | count > 0 | 66 | - netdata_alarm_notify_configs | count > 0 |
67 | notify: restart netdata | 67 | notify: restart netdata |
68 | |||
69 | - name: Configure netdata sensors | ||
70 | include_tasks: config.yml | ||
71 | when: (netdata_extra_config|length > 0) or (netdata_alarms_overrides|length > 0) | ||