We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3f291 commit 3d6c637Copy full SHA for 3d6c637
1 file changed
tasks/install_from_compose.yml
@@ -13,7 +13,7 @@
13
- name: Create config.ini file
14
ansible.builtin.template:
15
src: config.ini
16
- dest: "{{ pyproxy.compose.install_path }}/config.ini"
+ dest: "{{ pyproxy.compose.install_path }}/"
17
mode: '0644'
18
19
- name: Ensure volume source exists with correct type
0 commit comments