fix zone files copy
This commit is contained in:
parent
59e3072a71
commit
036c77e337
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
- name: Update zones
|
- name: Update zones
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: '{{ zones_dir }}'
|
src: '{{ zones_dir }}/'
|
||||||
dest: /var/lib/knot/zones
|
dest: /var/lib/knot/zones
|
||||||
owner: knot
|
owner: knot
|
||||||
group: knot
|
group: knot
|
||||||
|
|
Loading…
Reference in a new issue