Update latest stable tag to 0.8.17

Change-Id: Ie039776f392ebb08e3837bcda3dec6073a0b7224
This commit is contained in:
Eduardo Olivares
2025-10-31 12:03:34 +01:00
parent a8f4e03fa5
commit 1d3a4f34de

View File

@@ -12,7 +12,7 @@
vars:
deploy_dir: '{{ tobiko_src_dir | realpath }}'
deploy_git_repo: '{{ tobiko_git_repo }}'
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.8.16') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.8.17') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed