Update latest stable tag to 0.6.14 - latest supporting python3.6

A new tag is needed after 0.6.13 because the tag and the value
configured at infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml
should be aligned in order to use it as the latest python3.6 supported
Tobiko version.

Change-Id: Ibd573d7b75e492259883ea1a6e455ee917a43f89
This commit is contained in:
Eduardo Olivares 2023-08-25 10:36:23 +02:00
parent 5409dbc33b
commit c6cf19e4c0
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.13') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.14') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed