mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-15 13:48:28 +02:00
validate checksum for docker-compose
This commit is contained in:
parent
416c0c9a06
commit
6e953c7374
@ -16,5 +16,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
|
||||
checksum: sha256:https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-Linux-x86_64.sha256
|
||||
dest: "{{ docker_compose_path }}"
|
||||
mode: 0755
|
||||
|
Loading…
Reference in New Issue
Block a user