fix: run kzonecheck with explicit origin argument
All checks were successful
Ansible Lint / build (push) Successful in 56s
Ansible Galaxy / deploy (push) Successful in 2m12s

This commit is contained in:
s3lph 2024-06-23 15:54:38 +02:00
parent c7d1cde8c3
commit 777ccd89dc
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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']"