From e2ed22524c5a61f75cc8710d6face939035c6d9a Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 5 Oct 2022 11:03:53 +0200 Subject: [PATCH] Replace git-core with git for debian With ansible-core 2.13 it tries to substitude package resolution in apt module. However git-core is used in Debian as transitional name, but ansible tries to select it and provide version, which is not correct behaviour. But since git-core is not really valid anyway, we just replace it to workaround ansible's imperfectness. Change-Id: I247aa7bebda37b6c8d9e83767e7b77d1cd30c575 --- vars/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/debian.yml b/vars/debian.yml index 259fd21..03aab4d 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -14,7 +14,7 @@ # limitations under the License. mistral_devel_distro_packages: - - git-core + - git - libsystemd-dev mistral_distro_packages: