Update latest stable tag to 0.8.3

Change-Id: I5a430435f7ac46a39276763e4324efeb6546334c
This commit is contained in:
Eduardo Olivares 2024-11-27 13:20:32 +01:00
parent 3ab5ad6c5d
commit 29f3d33efb

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.2') }}" deploy_git_refspec: "{{ tobiko_git_refspec | default('0.8.3') }}"
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