From 26262e675418a8c5bc1b60f06579eaf3f3dccb18 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Sat, 18 Jun 2022 11:53:37 +0100 Subject: [PATCH] Update git submodules * Update openstack-ansible-plugins from branch 'master' to d8d6391b033c15b4575e77aa909c1b46b8279b61 - Let git choose the branch when cloning a repo In this path of the code we clone then checkout the required refspec. The branch name used during the initial clone does not affect the checkout to the required refspec. Hardcoding the initial clone to master has worked when the default branch name for repos has been 'master'. The migration of default branch names to 'main' breaks this assumption. By not specifying a branch name in the initial clone we avoid problems with master/main migration, or with a repo which legitimately uses a non standard default branch name. Change-Id: I7761c2083eec8081cd719f7b285f2d657066d343 --- openstack-ansible-plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-plugins b/openstack-ansible-plugins index b0f0acc589..d8d6391b03 160000 --- a/openstack-ansible-plugins +++ b/openstack-ansible-plugins @@ -1 +1 @@ -Subproject commit b0f0acc58973819392b53b912cf3935f8b51fd8a +Subproject commit d8d6391b033c15b4575e77aa909c1b46b8279b61