mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Moved language definition to hunspell and libreoffice role
This commit is contained in:
@@ -1 +1,3 @@
|
||||
flavor: "fresh" # Libre Office flavor, fresh for new, still for stable
|
||||
flavor: "fresh" # Libre Office flavor, fresh for new, still for stable
|
||||
languages:
|
||||
- "{{ HOST_LL_CC | lower | replace('_', '-') }}" # Use system default
|
@@ -1 +1,2 @@
|
||||
application_id: "desk-libreoffice"
|
||||
application_id: "desk-libreoffice"
|
||||
libreoffice_languages: "{{ applications | get_app_conf(application_id, 'languages', True ) }}"
|
2
roles/gen-hunspell/config/main.yml
Normal file
2
roles/gen-hunspell/config/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
languages:
|
||||
- "{{ HOST_LL_CC | lower }}" # Use system default
|
@@ -1 +1,2 @@
|
||||
application_id: gen-hunspell
|
||||
hunspell_languages: "{{ applications | get_app_conf(application_id, 'languages', True ) }}"
|
||||
|
Reference in New Issue
Block a user