Fix internal_named conf.
This commit is contained in:
parent
68d1763146
commit
c0d46bcc22
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user