10 lines
200 B
YAML
10 lines
200 B
YAML
---
|
|
# Development role defaults (IDEs intentionally not managed here).
|
|
|
|
# Base packages for a lightweight dev foundation.
|
|
development_packages:
|
|
- git
|
|
- build-essential
|
|
- python3
|
|
- python3-pip
|