Fix bug.
This commit is contained in:
parent
98fb64a30b
commit
f3307f52e9
@ -48,7 +48,7 @@
|
||||
- name: Deploy custom files
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item.name }}"
|
||||
dest: "/usr/local/docker-mounted-files/docker-nextcloud-stack/{{ item }}"
|
||||
dest: "/usr/local/docker-mounted-files/docker-nextcloud-stack/{{ item.name }}"
|
||||
mode: "{{ item.mode }}"
|
||||
become: true
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user