feat: implement maintenance and dev-tools roles and enhance maintenance script
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- name: Ensure core workstation development tools are installed
|
||||
community.general.pacman:
|
||||
name:
|
||||
- git
|
||||
- base-devel
|
||||
- ripgrep
|
||||
- fd
|
||||
- jq
|
||||
- bat
|
||||
- eza
|
||||
- ansible
|
||||
state: present
|
||||
|
||||
- name: Ensure legacy editor packages are removed
|
||||
community.general.pacman:
|
||||
name:
|
||||
- code
|
||||
- code-oss
|
||||
- code-marketplace
|
||||
state: absent
|
||||
Reference in New Issue
Block a user