aboutsummaryrefslogtreecommitdiff
path: root/src/packages/install.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Move files into roles organizationAaditya Dhruv2023-09-091-15/+0
|
* Add packages directory for package managementAaditya Dhruv2023-09-091-0/+15
The install playbook here will manage installing packages as per the groups in packages.yaml. It also needs to handle non-dnf packages such as rust, pip etc. which will be done later