-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'minio_server_release' and 'minio_client_release' variables. #29
Add 'minio_server_release' and 'minio_client_release' variables. #29
Conversation
sberthier
commented
Jul 1, 2019
- Default = "" = lastest
tasks/install-server.yml
Outdated
@@ -1,8 +1,17 @@ | |||
--- | |||
- name: Compose the Minio server download base url | |||
set_fact: | |||
_minio_server_download_base_url: "https://dl.minio.io/server/minio/release/linux-{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than use this go_arch_map
evaluation here, use it in a vars entry.
Similar to we do it in ansible-prometheus.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, let me send that as a separate refactoring PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Effectively, I will wait for your PR to be merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, first need to fix CI with #33. 😄
b303b81
to
8dd04ae
Compare
- Default = "" = lastest
8dd04ae
to
4de97d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM