Skip to content
Snippets Groups Projects
Commit d4abefcb authored by ale's avatar ale
Browse files

Fix geoipupdate cron job

parent eeb18ead
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,5 @@
- name: Setup geoipupdate cron job
copy:
dest: "/etc/cron.d/geoipupdate_{{ item }}"
content: "12 0 * * 5 root /usr/local/bin/splay 3600 && /usr/bin/geoipupdate -f /etc/GeoIP_{{ item }}.conf"
content: "12 0 * * 5 root /usr/local/bin/splay 3600 && /usr/bin/geoipupdate -f /etc/GeoIP_{{ item }}.conf\n"
with_items: "{{ geoip_dataset }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment