corrected filenames and paths

This commit is contained in:
rene
2022-03-23 19:41:27 +01:00
parent 9b91483e9f
commit 738004280b
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
state: present state: present
line: 'statistics-file "/var/cache/bind/stats"; zone-statistics yes;' line: 'statistics-file "/var/cache/bind/stats"; zone-statistics yes;'
insertafter: "options {" insertafter: "options {"
validate: /usr/bin/named-checkconf %s validate: /usr/sbin/named-checkconf %s
notify: restart_named notify: restart_named
- name: nameserver | snmpd | configure extend - name: nameserver | snmpd | configure extend

View File

@@ -19,7 +19,7 @@
- block: - block:
- include_tasks: install_unbound.yml - include_tasks: install_unbound.yml
- include_tasks: configure_unbound.yml - include_tasks: configure_unbound_snmpd.yml
rescue: rescue:
- set_fact: task_failed=true - set_fact: task_failed=true
when: unbound == true when: unbound == true