v0.2.0 - rename set_locale to locale_config, add test_connection.yml playbook and update READMEs

This commit is contained in:
2024-12-28 12:53:25 +01:00
parent a630816f1c
commit e95fa95336
10 changed files with 76 additions and 22 deletions

View File

@@ -0,0 +1,9 @@
# dede.common.locale_config
this role will ensure the system locale and language settings
you can modify `system_locale` and `system_language` if you want to deviate from the default, which is:
```yaml
locale_config_locale: 'de_DE.UTF-8'
locale_config_language: 'en_US.UTF-8'
```