mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-22 11:25:11 +01:00
9 lines
174 B
YAML
9 lines
174 B
YAML
---
|
|
- name: download minio client
|
|
get_url:
|
|
url: "{{ minio_client_download_url }}"
|
|
dest: "{{ minio_client_bin }}"
|
|
owner: "root"
|
|
group: "root"
|
|
mode: 0755
|