X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/ee0707947ed908dfcba302f36dacc330316382d8..84ef3f297780eacbe571dc1d6b33c00ec141eccf:/roles/unbound/tasks/main.yml diff --git a/roles/unbound/tasks/main.yml b/roles/unbound/tasks/main.yml index c53cecb..d8d03e3 100644 --- a/roles/unbound/tasks/main.yml +++ b/roles/unbound/tasks/main.yml @@ -34,3 +34,9 @@ copy: dest: /etc/resolv.conf content: "nameserver 127.0.0.2\n" +# some providers need extra hacks to make our DNS persistent +- name: install DNS-fix cronjob + template: + dest: /etc/cron.hourly/fix-dns + src: templates/fix-dns + mode: +x