diff --git a/galaxy.yml b/galaxy.yml index 4fd0a1b..b4c6f0d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: dede name: common # The version of the collection. Must be compatible with semantic versioning -version: 0.2.3 +version: 0.3.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/locale_config/defaults/main.yml b/roles/locale_config/defaults/main.yml index c2c7b56..f6996dc 100644 --- a/roles/locale_config/defaults/main.yml +++ b/roles/locale_config/defaults/main.yml @@ -1,3 +1,3 @@ --- -locale_config_locale: 'de_DE.UTF-8' +locale_config_locale: 'en_US.UTF-8' locale_config_language: 'en_US.UTF-8'