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
This commit is contained in:
Dmitriy Rabotyagov 2022-10-05 11:04:45 +02:00
parent f2df86fb26
commit 748f239926
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ neutron_ovn_northd_distro_packages:
- ovn-central
neutron_devel_distro_packages:
- git-core
- git
- libsystemd-dev
- python3-httplib2