diff --git a/containers.yaml b/containers.yaml index 5639de1..945d031 100644 --- a/containers.yaml +++ b/containers.yaml @@ -8,7 +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.command: 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: