diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-08-11 00:32:07 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-08-11 00:32:07 +0200 |
| commit | d26b8787b62d82400bb79136b4d3abdba89658ef (patch) | |
| tree | d19833d22a562bdb09d24702df20fbfb4e779f6d /molecule | |
| parent | 55ddb5c55306066f9614ad8c5d65014e8e46cfc7 (diff) | |
Refactor: move the timezone into its own role
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/default/converge.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 9f3e5f72..d04d8628 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -10,10 +10,11 @@ ssh_port: 1337 locales: - "en_US.UTF-8 UTF-8" - settings_timezone: "GMT" + timezone: "GMT" roles: - role: network - role: user - role: ssh - role: locales + - role: timezone - role: settings |
