Fix internal_named conf.

This commit is contained in:
yohan 2024-09-28 15:45:19 +02:00
parent 68d1763146
commit c0d46bcc22

View File

@ -11,7 +11,6 @@
path: "/mnt/volumes/{{ item }}"
state: directory
mode: '0755'
group: 101
become: true
with_items:
- var_cache_internal_named
@ -21,12 +20,13 @@
path: "/mnt/volumes/{{ item.name }}/data"
state: directory
owner: "{{ item.user }}"
group: "{{ item.user }}"
group: "{{ item.group }}"
mode: '0755'
become: true
with_items:
- name: var_cache_internal_named
user: root
group: 101
- name: Template bind config files
ansible.builtin.template: