From f2a910ea15e53b9d0d6ed1b08b1e59e638bc533f Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 4 Nov 2020 00:58:14 +0000 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_manila 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: I9dbb96df92711467aaa7676534adfd1f7013cb27 --- openstack-ansible-os_manila | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-os_manila b/openstack-ansible-os_manila index 9ae55e0ebb..8244eafdae 160000 --- a/openstack-ansible-os_manila +++ b/openstack-ansible-os_manila @@ -1 +1 @@ -Subproject commit 9ae55e0ebb110d7c586259cf4295b7a7bebff7bf +Subproject commit 8244eafdaeb4bf76120762d5d493bdc601991616