From 7b6511519e9ad0ed669ff3d52987707a53ba66c3 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 1 Dec 2022 17:13:08 +0000 Subject: [PATCH] Update git submodules * Update validations-libs from branch 'master' to 0464162d64ad4d6985fc184c2b20534bb8a32b52 - Merge "Check the presence of the output callback and the roles path" - Check the presence of the output callback and the roles path This patch check the presence of the output callback *vf_validation_json* which is mandatory for a correct behavior of the VF. Without this checks the VF will execute the ansible command, but wont be able to find the json log associated to the run, and will failed at the end. This check prevent useless investigations and save time for the user. It also check the presence of the roles path (if one of all the paths is correct) to prevent as well strange behavior from Ansible and the framework. Change-Id: Iea6fc17ec4da91df652be0a0cb9338e3c512f141 --- validations-libs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validations-libs b/validations-libs index ac2b6b7b7e..0464162d64 160000 --- a/validations-libs +++ b/validations-libs @@ -1 +1 @@ -Subproject commit ac2b6b7b7ed8b8ba231b7ad7dc1ed5730c09cfb6 +Subproject commit 0464162d64ad4d6985fc184c2b20534bb8a32b52