Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add rust installation support for development group | Aaditya Dhruv | 2023-09-09 | 1 | -0/+3 |
| | |||||
* | Update packages roles with defined structure | Aaditya Dhruv | 2023-09-09 | 2 | -79/+107 |
| | | | | | The packages roles now has a tasks list for DNF packages and flatpaks. It will read from the variables yaml file to install the needed packages | ||||
* | Move files into roles organization | Aaditya Dhruv | 2023-09-09 | 3 | -5/+0 |
| | |||||
* | Add packages directory for package management | Aaditya Dhruv | 2023-09-09 | 4 | -0/+389 |
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 |