summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:32:07 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:32:07 +0200
commitac7bb521873b59feb43303b4b1d46c37d16ad8b0 (patch)
tree796a4879c1a925908dd03130dec1320060795b72 /molecule
parent93326d8c042101c59b969f57b4b9989e3ab7aaeb (diff)
Refactor: move the locales into its own role
Diffstat (limited to 'molecule')
-rw-r--r--molecule/default/converge.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml
index b0e73070..9f3e5f72 100644
--- a/molecule/default/converge.yml
+++ b/molecule/default/converge.yml
@@ -8,11 +8,12 @@
username: test_user
user_groups: ["wheel", "test_group"]
ssh_port: 1337
- settings_locales:
+ locales:
- "en_US.UTF-8 UTF-8"
settings_timezone: "GMT"
roles:
- role: network
- role: user
- role: ssh
+ - role: locales
- role: settings