From 63b02f8770cfb5439446e7d3dfc4e405a56aabd6 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 4 May 2023 23:12:03 +0000 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_nova from branch 'master' to 5a839b7af3b8617d319bfe71e6d40b1173dc7c81 - Merge "Use include instead of import for conditional tasks" - Use include instead of import for conditional tasks When import is used ansible loads imported role or tasks which results in plenty of skipped tasks which also consume time. With includes ansible does not try to load play so time not wasted on skipping things. Depends-On: https://review.opendev.org/c/openstack/ansible-role-uwsgi/+/880344 Change-Id: I47c6623e166254802ed0b479b2353c5f2ceb5cfa --- openstack-ansible-os_nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-os_nova b/openstack-ansible-os_nova index dd00e710d7..5a839b7af3 160000 --- a/openstack-ansible-os_nova +++ b/openstack-ansible-os_nova @@ -1 +1 @@ -Subproject commit dd00e710d7a1edbce6600032aed5c63354346f7d +Subproject commit 5a839b7af3b8617d319bfe71e6d40b1173dc7c81