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 | 2d45a9b60a008581672af7a901258f488d3cde16 (patch) | |
| tree | d19833d22a562bdb09d24702df20fbfb4e779f6d /roles/timezone/meta/argument_specs.yml | |
| parent | ac7bb521873b59feb43303b4b1d46c37d16ad8b0 (diff) | |
Refactor: move the timezone into its own role
Diffstat (limited to 'roles/timezone/meta/argument_specs.yml')
| -rw-r--r-- | roles/timezone/meta/argument_specs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/timezone/meta/argument_specs.yml b/roles/timezone/meta/argument_specs.yml new file mode 100644 index 00000000..c4be9397 --- /dev/null +++ b/roles/timezone/meta/argument_specs.yml @@ -0,0 +1,8 @@ +--- +argument_specs: + main: + options: + timezone: + type: "str" + description: "timezone configuration to use" + default: "CET" |
