Update latest stable tag to 0.6.4

Change-Id: Iaca64aeb65b7ea1dfaaab003e0e7149d3e097902
This commit is contained in:
Eduardo Olivares 2022-12-14 11:57:46 +01:00
parent 3bcce0d058
commit 3976f11d41
1 changed files with 1 additions and 1 deletions

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.6.3') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.4') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed