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:
parent
6b36ba7a80
commit
6568e8bf99
@ -23,6 +23,6 @@ cloudkitty_distro_packages:
|
||||
|
||||
cloudkitty_devel_distro_packages:
|
||||
- build-essential
|
||||
- git-core
|
||||
- git
|
||||
- libsystemd-dev
|
||||
- libxml2-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user