Skip to content
Snippets Groups Projects
Commit 0df1a461 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Ensure git is present before checkout tasks

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

Change-Id: I47a54b822d45ab5e1e64fa5e0f8111c0edadcb36
parent d264a17e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
# List of packages to install.
kolla_ansible_package_dependencies:
- gcc
- git
- libffi-dev
- libssl-dev
- python3-dev
......
......@@ -2,6 +2,7 @@
# List of packages to install.
kolla_ansible_package_dependencies:
- gcc
- git
- libffi-devel
- openssl-devel
- python3-devel
......
......@@ -2,6 +2,7 @@
# List of packages to install.
kolla_package_dependencies:
- gcc
- git
- libffi-dev
- libssl-dev
- python3-dev
......
......@@ -2,6 +2,7 @@
# List of packages to install.
kolla_package_dependencies:
- gcc
- git
- libffi-devel
- openssl-devel
- python3-devel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment