0df1a461dd
The latest Rocky-9-GenericCloud image does not include the git package. Change-Id: I47a54b822d45ab5e1e64fa5e0f8111c0edadcb36
12 lines
176 B
YAML
12 lines
176 B
YAML
---
|
|
# List of packages to install.
|
|
kolla_ansible_package_dependencies:
|
|
- gcc
|
|
- git
|
|
- libffi-dev
|
|
- libssl-dev
|
|
- python3-dev
|
|
- python3-pip
|
|
- python3-venv
|
|
- rsync
|