mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 10:30:17 +00:00
Sets how often to save ZNC config file
This commit is contained in:
@@ -56,3 +56,11 @@
|
||||
allow spoof_all
|
||||
}
|
||||
}
|
||||
|
||||
- name: Rewrite znc.conf
|
||||
copy:
|
||||
src: ../files/etc/cron.hourly/znc_saveconfig.sh
|
||||
dest: /etc/cron.hourly/znc_saveconfig.sh
|
||||
owner: root
|
||||
group: znc
|
||||
mode: 0754
|
||||
|
||||
Reference in New Issue
Block a user