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