From 748f23992605aa48490327711827037a6635c10e Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 5 Oct 2022 11:04:45 +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: Ie10bd40a37d4e508842d978365d03cc6f4e9194c --- vars/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/debian.yml b/vars/debian.yml index 2f9e74fe..44ee77aa 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -71,7 +71,7 @@ neutron_ovn_northd_distro_packages: - ovn-central neutron_devel_distro_packages: - - git-core + - git - libsystemd-dev - python3-httplib2