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: Ic931147588dc549eaf41db9ff1c4abda2b8537c5
This commit is contained in:
parent
b899b28880
commit
0b14d1ebae
@ -22,7 +22,7 @@ swift_distro_packages:
|
||||
- rsync
|
||||
|
||||
swift_devel_distro_packages:
|
||||
- git-core
|
||||
- git
|
||||
- liberasurecode-dev
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
|
Loading…
Reference in New Issue
Block a user