refactor(bootstrap): standardize patterns, extract common logic, remove dead code
This commit is contained in:
@@ -114,6 +114,9 @@
|
||||
else []
|
||||
)
|
||||
}}
|
||||
timezone: "{{ system_raw.timezone | default('Europe/Vienna') | string }}"
|
||||
locale: "{{ system_raw.locale | default('en_US.UTF-8') | string }}"
|
||||
keymap: "{{ system_raw.keymap | default('us') | string }}"
|
||||
path: "{{ system_raw.path | default('') | string }}"
|
||||
packages: >-
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user