Group vars refactor

This commit is contained in:
Sonny Bakker 2025-03-15 16:57:00 +01:00
parent f7eb8dc56d
commit 755493d155
31 changed files with 355 additions and 398 deletions

6
tasks/arch/neovim.yml Normal file
View file

@ -0,0 +1,6 @@
- name: Install language servers
become: true
community.general.pacman:
name: '{{ item }}'
state: present
loop: '{{ language_servers | map(attribute="package") | list }}'