diff --git a/galaxy.yml b/galaxy.yml index 62a2595..be6640e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,7 @@ namespace: s3lph name: nameserver # The version of the collection. Must be compatible with semantic versioning -version: "0.4.3" +version: "0.4.4" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/knot/tasks/config.yml b/roles/knot/tasks/config.yml index 57eb01b..a32001e 100644 --- a/roles/knot/tasks/config.yml +++ b/roles/knot/tasks/config.yml @@ -46,7 +46,7 @@ owner: knot group: knot mode: "0640" - validate: /usr/bin/kzonecheck -v %s + validate: "/usr/bin/kzonecheck -o {{ item.name }} -v %s" vars: zone: "{{ item }}" when: "inventory_hostname in item['masters']"