summaryrefslogtreecommitdiffstats
path: root/roles/network
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
commitd6066a884821c873a680bb065f3989163eaa9495 (patch)
treeb358d067528e4fb4796ca1378f71257892f10f44 /roles/network
parent5f3e0a1641b716ec03bdd5960bac3f94cb103759 (diff)
Fix meta strings quoting
Diffstat (limited to 'roles/network')
-rw-r--r--roles/network/meta/main.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/roles/network/meta/main.yml b/roles/network/meta/main.yml
index a129a772..e0eb034f 100644
--- a/roles/network/meta/main.yml
+++ b/roles/network/meta/main.yml
@@ -1,19 +1,18 @@
---
dependencies: []
galaxy_info:
- role_name: network
- author: a14m
+ author: "a14m"
description: "Configure basic distro networking features"
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"