mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
14 lines
258 B
YAML
14 lines
258 B
YAML
---
|
|
|
|
pgadmin4_packages:
|
|
- gcc
|
|
- postgresql
|
|
- postgresql-devel
|
|
- postgresql16
|
|
- python3-virtualenv
|
|
- python3-pip
|
|
- python-setuptools # Needed for pip install expect
|
|
- python-pip # Also needed to install expect
|
|
- krb5-devel
|
|
- sqlite
|