From d12bc00c2e3b78bf5ab1003150e068ff2c15ca26 Mon Sep 17 00:00:00 2001 From: r Date: Tue, 10 Aug 2021 23:36:37 +0300 Subject: [PATCH] move default tobiko install to new stable tag This will include the unblock faults fix 0.4.5 tag commits list: https://opendev.org/x/tobiko/commits/tag/0.4.5 Change-Id: Id01400fa485f78bb8b023c60b2b437c0253da0fc --- 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 ac0e5d8b9..26a8b6ce0 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('0.4.0') }}" + deploy_git_refspec: "{{ tobiko_git_refspec | default('0.4.5') }}" deploy_git_remote: "{{ tobiko_git_remote | default('') }}" when: create_tobiko_dir is changed