fix: run kzonecheck with explicit origin argument
This commit is contained in:
parent
c7d1cde8c3
commit
777ccd89dc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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']"
|
||||
|
|
Loading…
Reference in a new issue