Merge pull request #6 from wireapp/minio-fix-special-char-in-secrets

Fix test playbook execution when secret or key contain '$'
This commit is contained in:
jschaul 2022-01-20 17:26:37 +01:00 committed by GitHub
commit 648e1957f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@
mc alias set \
{{ mc_alias_name }} \
http://{{ minio_server_ip }}{{ minio_layouts.server1.server_addr }} \
{{ minio_access_key }} \
{{ minio_secret_key }}
'{{ minio_access_key }}' \
'{{ minio_secret_key }}'
- name: removing unneeded default aliases
shell: >-