Skip to content

Commit

Permalink
Allowed custom minio client command name
Browse files Browse the repository at this point in the history
  • Loading branch information
azhinu committed Jan 16, 2025
1 parent 70fd438 commit bb1c3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/configure_server.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
- name: Set insecure mc command
set_fact:
mc_command: "mc --insecure"
mc_command: "{{ minio_client_bin }} --insecure"
when: not minio_validate_certificate

- name: Set secure mc command
set_fact:
mc_command: "mc"
mc_command: "{{ minio_client_bin }}"
when: minio_validate_certificate

- name: Configure minio connection alias
Expand Down

0 comments on commit bb1c3a1

Please sign in to comment.