Merge "Ensure git is present before checkout tasks"

This commit is contained in:
Zuul 2023-12-22 13:04:42 +00:00 committed by Gerrit Code Review
commit 6ed2424699
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