Skip to content

Commit 3d6c637

Browse files
committed
compose: fix copy config.ini
1 parent 8b3f291 commit 3d6c637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/install_from_compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- name: Create config.ini file
1414
ansible.builtin.template:
1515
src: config.ini
16-
dest: "{{ pyproxy.compose.install_path }}/config.ini"
16+
dest: "{{ pyproxy.compose.install_path }}/"
1717
mode: '0644'
1818

1919
- name: Ensure volume source exists with correct type

0 commit comments

Comments
 (0)