Commit 5146a831 authored by Илья Крылов's avatar Илья Крылов
Browse files

1.0.6: Docker extra files

Showing with 1 addition and 1 deletion
+1 -1
......@@ -50,7 +50,7 @@
dest: '{{ item.dest }}'
owner: '{{ item.owner | default(docker_compose_user) }}'
group: '{{ item.group | default(docker_compose_user_group) }}'
mode: "{{ item.mode | default('0644')"
mode: '0644'
loop: '{{ docker_compose_extra_files }}'
when: docker_compose_extra_files | default([], true) | length > 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment