We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab0273 commit 60e9f54Copy full SHA for 60e9f54
roles/step_ca/defaults/main.yml
@@ -1,6 +1,6 @@
1
---
2
step_ca_checksum: "https://github.com/smallstep/certificates/releases/download/v{{ step_ca_version }}/checksums.txt"
3
-step_ca_pkg_src: "https://github.com/smallstep/certificates/releases/download/v{{ step_ca_version }}/step-ca_{{ step_ca_version }}_amd64.{{ __pkg_extension }}"
+step_ca_pkg_version: "{% if step_ca_version > '0.28.0' %}{{ step_ca_version }}-1{% else %}{{ step_ca_version }}{% endif %}"
4
step_ca_version: "latest"
5
6
# CA Initialize Values
0 commit comments