Shorted generic- to gen-

This commit is contained in:
2025-07-09 03:55:24 +02:00
parent 8c411a21c7
commit 94bb060a5b
123 changed files with 96 additions and 96 deletions

View File

@@ -0,0 +1,10 @@
- name: install hunspell
community.general.pacman:
name: hunspell
state: present
- name: install hunspell language packages
community.general.pacman:
name: "hunspell-{{ item }}"
state: present
loop: "{{hunspell_languages}}"