We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b146909 commit 8a7bfc3Copy full SHA for 8a7bfc3
getting_started/setup_vm/roles/ccf_install/vars/common.yml
@@ -1,6 +1,6 @@
1
workspace: "/tmp/"
2
ccf_ver: "latest"
3
ccf_tarball: "ccf.tar.gz"
4
-ccf_suffix: "{{ 'latest/download' if ccf_ver == 'latest' else 'download/' + ccf_ver }}"
5
-ccf_url: "https://github.com/microsoft/CCF/releases/ccf-{{ ccf_suffix }}/{{ ccf_tarball }}"
+ccf_suffix: "{{ 'latest/download' if ccf_ver == 'latest' else 'download/ccf-' + ccf_ver }}"
+ccf_url: "https://github.com/microsoft/CCF/releases/{{ ccf_suffix }}/{{ ccf_tarball }}"
6
ccf_prefix: "/opt/openenclave"
0 commit comments