Skip to content

Commit

Permalink
better vault_version_repo_suffix depending on vault_enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
lakrass committed Dec 10, 2024
1 parent 2f8e8ca commit db8ea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Package variables
vault_version_suffix: "{{ '+prem' if vault_enterprise_premium else '' }}{{ '.hsm' if vault_enterprise_premium_hsm else '' }}"
vault_version: "{{ lookup('env', 'VAULT_VERSION') | default('1.18.2', true) }}{{ vault_version_suffix }}"
vault_version_repo_suffix: "-1"
vault_version_repo_suffix: "{{ '+ent' if vault_enterprise }}-1"
vault_architecture_map:
# this first entry seems... redundant (but it's required for reasons)
amd64: amd64
Expand Down

0 comments on commit db8ea03

Please sign in to comment.