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:
parent
f2df86fb26
commit
748f239926
@ -71,7 +71,7 @@ neutron_ovn_northd_distro_packages:
|
||||
- ovn-central
|
||||
|
||||
neutron_devel_distro_packages:
|
||||
- git-core
|
||||
- git
|
||||
- libsystemd-dev
|
||||
- python3-httplib2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user