Update latest stable tag to 0.6.9

Change-Id: I4380d20a06fe7f2e0a9035782601a78143e8db52
This commit is contained in:
Eduardo Olivares 2023-05-03 09:55:23 +02:00
parent bc07bea7b4
commit 0962d8e266

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