diff --git a/containers.yaml b/containers.yaml index b067a0f..302f9d4 100644 --- a/containers.yaml +++ b/containers.yaml @@ -8,7 +8,7 @@ dest: "{{ container_dir }}/{{ item }}" version: "{{ item }}-cv" -- ansible.builtin.command: curl -o docker-compose.yml.j2 "https://shmick:{{ ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/docker/raw/branch/{{ item }}/docker-compose.yml.j2" +- ansible.builtin.command: curl -o docker-compose.yml.j2 "https://shmick:{{ ANSIBLE_TOKEN }}@git.pukeko.xyz/shmick/docker/raw/branch/{{ item }}-cv/docker-compose.yml.j2" delegate_to: localhost - ansible.builtin.template: