summaryrefslogtreecommitdiffstats
path: root/roles/timezone
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-19 01:17:49 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-19 01:17:49 +0200
commite2473df488ebd6b220d035f9551dfafde0b891b6 (patch)
treeb358d067528e4fb4796ca1378f71257892f10f44 /roles/timezone
parent25a511a6061ccf769e54a12447c40b3c1ff92374 (diff)
Fix meta strings quoting
Diffstat (limited to 'roles/timezone')
-rw-r--r--roles/timezone/meta/main.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/roles/timezone/meta/main.yml b/roles/timezone/meta/main.yml
index e8012679..1515eb26 100644
--- a/roles/timezone/meta/main.yml
+++ b/roles/timezone/meta/main.yml
@@ -1,19 +1,18 @@
---
dependencies: []
galaxy_info:
- role_name: timezone
- author: a14m
+ author: "a14m"
description: "Configure the linux distro timezone"
company: "kartoffeln.work GmbH."
- license: "license MIT"
+ license: "MIT"
min_ansible_version: "2.18"
platforms:
- - name: ArchLinux
+ - name: "ArchLinux"
versions:
- - all
- - name: Ubuntu
+ - "all"
+ - name: "Ubuntu"
versions:
- - noble
- - name: Debian
+ - "noble"
+ - name: "Debian"
versions:
- - bookworm
+ - "bookworm"