|
@@ -16,6 +16,13 @@
|
|
ignore_errors: true
|
|
ignore_errors: true
|
|
notify: Unbound restarted
|
|
notify: Unbound restarted
|
|
|
|
|
|
|
|
+- name: Unbound service zones file installed
|
|
|
|
+ copy:
|
|
|
|
+ src: service.zones
|
|
|
|
+ dest: /var/unbound/service.zones
|
|
|
|
+ mode: 0644
|
|
|
|
+ notify: Unbound restarted
|
|
|
|
+
|
|
- name: Void zones installed
|
|
- name: Void zones installed
|
|
shell: void-zones-update.sh
|
|
shell: void-zones-update.sh
|
|
ignore_errors: true
|
|
ignore_errors: true
|