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 }}"