kayobe/ansible/roles/kolla/vars/Debian.yml
Mark Goddard e2a01b790f Ubuntu: container image build
* Use bash to execute kolla-build
* Remove backslashes from kolla-build command. YAML folded literal
  block avoids the need for this by replacing newlines with spaces
* Distribution-specific package list when installing kolla

Change-Id: Icad129aaafb17023f3c9d007fb63466b23b1395a
Story: 2004960
Task: 41764
2021-03-01 18:00:00 +00:00

9 lines
133 B
YAML

---
# List of packages to install.
kolla_package_dependencies:
- gcc
- libffi-dev
- libssl-dev
- python3-dev
- python3-pip