Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Jul 2, 2024
1 parent e43b4ef commit f051c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ccp/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _arch_map:
_arch: "{{ _arch_map[ansible_architecture] }}"
_semver_regex: "^v?\\d+\\.\\d+\\.\\d+$"

_ccp_version: "{{ ccp_version | regex_replace('^(?!v)', 'v') }}"
_ccp_version: "{{ ccp_version | regex_replace('^(?!v)', '') }}"
_ccp_download_url: "https://fluence-artifacts.s3.eu-west-1.amazonaws.com/ccp/{{ _ccp_version }}"
_ccp_checksums: "sha256:{{ _ccp_download_url + '/ccp_SHA256_SUMS' }}"
_ccp_bin: "ccp-{{ _arch }}"

0 comments on commit f051c23

Please sign in to comment.