corrected filenames and paths
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user