Browse Source

Correct znc monitoring task list

Mike Ashley 8 years ago
parent
commit
5647fe0d6d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/monitoring/tasks/monit.yml

+ 1
- 1
roles/monitoring/tasks/monit.yml View File

@@ -15,7 +15,7 @@
15 15
   notify: restart monit
16 16
 
17 17
 - name: Determine if ZNC is installed
18
-  stat: path=/etc/lib/znc/configs/znc.conf
18
+  stat: path=/usr/lib/znc/configs/znc.conf
19 19
   register: znc_config_file
20 20
 
21 21
 - name: Copy ZNC monit service config files into place

Loading…
Cancel
Save