tobiko IR version : set default execution version to 0.3.1 tag

Change-Id: If98f681b7039e36f26059417b6645d2193a7bfb8
This commit is contained in:
r 2020-12-24 14:59:01 +02:00
parent 8dcf4d9a97
commit b0fdc49eab
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('latest') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.3.1') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed