From b0fdc49eabb6fcb55a9fd20c06021cb6e8dcdabd Mon Sep 17 00:00:00 2001 From: r Date: Thu, 24 Dec 2020 14:59:01 +0200 Subject: [PATCH] tobiko IR version : set default execution version to 0.3.1 tag Change-Id: If98f681b7039e36f26059417b6645d2193a7bfb8 --- infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml b/infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml index d0b00bd35..2a36f94cb 100644 --- a/infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml +++ b/infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml @@ -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