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: Ie4b8ce21c101551505eec1529235a57e9176d3c9
This commit is contained in:
Dmitriy Rabotyagov 2022-10-05 11:02:23 +02:00
parent 6b36ba7a80
commit 6568e8bf99
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ cloudkitty_distro_packages:
cloudkitty_devel_distro_packages:
- build-essential
- git-core
- git
- libsystemd-dev
- libxml2-dev