From 6ee7e2a0ae35f6fead1b78884342fe5e14c54753 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 18 Sep 2025 18:54:38 +0200 Subject: [PATCH] fix: avoid interpolation of variable --- tasks/template_zone_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/template_zone_files.yml b/tasks/template_zone_files.yml index 6d42421..f6bd283 100644 --- a/tasks/template_zone_files.yml +++ b/tasks/template_zone_files.yml @@ -1,6 +1,6 @@ --- -- name: "Create config directory of DNS zone {{ zone.config.origin }}" +- name: "Create config directory of DNS zones" ansible.builtin.file: path: "{{ bind_config_directory }}/{{ zone.file | dirname }}" owner: "{{ bind_unix_user }}"