Update latest stable tag to 0.8.22

Change-Id: I41cc3b28fcb4ca44b470e4d22f27daea242344ec
This commit is contained in:
Eduardo Olivares
2025-12-03 11:16:36 +01:00
parent 26b5f85a4d
commit 3297a7628c

View File

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