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 /roles/timezone/defaults | |
| parent | 55ddb5c55306066f9614ad8c5d65014e8e46cfc7 (diff) | |
Refactor: move the timezone into its own role
Diffstat (limited to 'roles/timezone/defaults')
| -rw-r--r-- | roles/timezone/defaults/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/timezone/defaults/main.yml b/roles/timezone/defaults/main.yml new file mode 100644 index 00000000..5d77e712 --- /dev/null +++ b/roles/timezone/defaults/main.yml @@ -0,0 +1,3 @@ +--- +# noqa var-naming[no-role-prefix] +timezone: "CET" |
