kayobe/ansible/roles/kolla-ansible/vars/Debian.yml
Pierre Riteau 0df1a461dd Ensure git is present before checkout tasks
The latest Rocky-9-GenericCloud image does not include the git package.

Change-Id: I47a54b822d45ab5e1e64fa5e0f8111c0edadcb36
2023-12-08 10:35:41 +01:00

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