Fix bug.
This commit is contained in:
parent
98fb64a30b
commit
f3307f52e9
@ -48,7 +48,7 @@
|
|||||||
- name: Deploy custom files
|
- name: Deploy custom files
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "{{ item.name }}"
|
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 }}"
|
mode: "{{ item.mode }}"
|
||||||
become: true
|
become: true
|
||||||
with_items:
|
with_items:
|
||||||
|
Loading…
Reference in New Issue
Block a user