mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-11 13:46:32 +02:00
replace arch to ansible variable
This commit is contained in:
parent
03d927b2c8
commit
01be00d57c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user