mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 14:04:24 +02:00
Moved language definition to hunspell and libreoffice role
This commit is contained in:
parent
d5c14ad53c
commit
75a5ab455e
@ -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 ) }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user