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: I862e1ea4cef840d1903962181bfc8ec3c5a1e903
This commit is contained in:
parent
2a9d57f637
commit
c43fc6c9c8
@ -19,7 +19,7 @@ cache_timeout: 600
|
|||||||
_stestr_executable: "{{ (tempest_install_method == 'distro') | ternary('testr', 'stestr') }}"
|
_stestr_executable: "{{ (tempest_install_method == 'distro') | ternary('testr', 'stestr') }}"
|
||||||
|
|
||||||
tempest_distro_packages:
|
tempest_distro_packages:
|
||||||
- git-core
|
- git
|
||||||
- libxslt1.1 # required by the python module unittest2
|
- libxslt1.1 # required by the python module unittest2
|
||||||
- build-essential # required to build tempest plugins (TODO) remove this when repo server can satisfy the tempest plugin requirements
|
- build-essential # required to build tempest plugins (TODO) remove this when repo server can satisfy the tempest plugin requirements
|
||||||
- nmap # provides ncat tool which is required by some of the neutron-tempest-plugin scenario tests
|
- nmap # provides ncat tool which is required by some of the neutron-tempest-plugin scenario tests
|
||||||
|
Loading…
Reference in New Issue
Block a user