From d488eee796ff27f5609c37e803ee5783b78aa49e Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Sat, 5 Dec 2020 00:33:25 +0300 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_ironic from branch 'master' to 67733c8f0cb13c467eb10f256a93d878c56d4743 - Define condition for the first play host one time We use the same condition, which defines against what host some "service" tasks should run against, several times. It's hard to keep it the same across the role and ansible spending additional resources to evaluate it each time, so it's simpler and better for the maintenance to set a boolean variable which will say for all tasks, that we want to run only against signle host, if they should run or not now. Depends-On: https://review.opendev.org/758953 Change-Id: Iab3194322e133282fcb71830f2b94e1279106ebd --- openstack-ansible-os_ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-os_ironic b/openstack-ansible-os_ironic index 5ba9a1c6e8..67733c8f0c 160000 --- a/openstack-ansible-os_ironic +++ b/openstack-ansible-os_ironic @@ -1 +1 @@ -Subproject commit 5ba9a1c6e8e5447d95293a59d9c7dbc07c7a0fbe +Subproject commit 67733c8f0cb13c467eb10f256a93d878c56d4743