commit 8b438880720e66365a42ab60dab10076a675f81f Author: Zuul Date: Wed Oct 14 08:50:44 2020 +0000 Update git submodules * Update openstack-ansible-os_nova from branch 'master' - Merge "Define condition for the first play host one time" - 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. Change-Id: I78d44704a0224b2c73832a607e84ea8d9499f8c2 diff --git a/openstack-ansible-os_nova b/openstack-ansible-os_nova index 5961ab8..d240962 160000 --- a/openstack-ansible-os_nova +++ b/openstack-ansible-os_nova @@ -1 +1 @@ -Subproject commit 5961ab812c2ddcbd9b84467a73d36f36ae8ff528 +Subproject commit d2409627d143625b11c36de5a2fcc1363cd439b6