Update latest stable tag to 0.6.6

Change-Id: I9b6ac11098c7c3eb25c034e882a50288495ae748
This commit is contained in:
Eduardo Olivares 2023-02-08 12:23:35 +01:00
parent 89eb501c51
commit 26c64aa9dd
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.5') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.6') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed