Skip to content

Commit

Permalink
IQSS#163 test, don't set
Browse files Browse the repository at this point in the history
  • Loading branch information
don.sizemore committed Jul 27, 2021
1 parent 6d30068 commit 429253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
PATH: "{{ lookup('env', 'PATH') }}:/usr/local/bin"
when: (s3.download_redirect == true or s3.upload_redirect == true)
and custom_endpoint_url | length == 0
and s3.cors_already_set = false
and s3.cors_already_set == false

- include: s3_custom_endpoint_url.yml
when: custom_endpoint_url | length > 0
Expand Down

0 comments on commit 429253e

Please sign in to comment.