Update latest stable tag to 0.6.1

Change-Id: I583e57b4e58bbf0ae813f776b5ca26a9b2ba28a9
This commit is contained in:
Eduardo Olivares 2022-09-01 09:55:52 +02:00
parent 0fa4a6614e
commit 72c7716de4

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