replace arch to ansible variable

This commit is contained in:
Adrián Robotka 2020-10-24 22:58:08 +02:00
parent 03d927b2c8
commit 01be00d57c

View File

@ -15,6 +15,6 @@
- name: Install Docker Compose (if configured).
get_url:
url: https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-Linux-x86_64
url: https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-Linux-{{ ansible_architecture }}
dest: "{{ docker_compose_path }}"
mode: 0755