Ensure git is present before checkout tasks

The latest Rocky-9-GenericCloud image does not include the git package.

Change-Id: I47a54b822d45ab5e1e64fa5e0f8111c0edadcb36
(cherry picked from commit 0df1a461dd)
This commit is contained in:
Pierre Riteau 2023-12-08 10:35:41 +01:00
parent fde242b89c
commit f6cabd0189
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# List of packages to install.
kolla_ansible_package_dependencies:
- gcc
- git
- libffi-dev
- libssl-dev
- python3-dev

View File

@ -2,6 +2,7 @@
# List of packages to install.
kolla_ansible_package_dependencies:
- gcc
- git
- libffi-devel
- openssl-devel
- python3-devel

View File

@ -2,6 +2,7 @@
# List of packages to install.
kolla_package_dependencies:
- gcc
- git
- libffi-dev
- libssl-dev
- python3-dev

View File

@ -2,6 +2,7 @@
# List of packages to install.
kolla_package_dependencies:
- gcc
- git
- libffi-devel
- openssl-devel
- python3-devel