diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-19 01:17:49 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-19 01:17:49 +0200 |
| commit | e2473df488ebd6b220d035f9551dfafde0b891b6 (patch) | |
| tree | b358d067528e4fb4796ca1378f71257892f10f44 /roles/pihole | |
| parent | 25a511a6061ccf769e54a12447c40b3c1ff92374 (diff) | |
Fix meta strings quoting
Diffstat (limited to 'roles/pihole')
| -rw-r--r-- | roles/pihole/meta/main.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/roles/pihole/meta/main.yml b/roles/pihole/meta/main.yml index 8b21005e..59be9d68 100644 --- a/roles/pihole/meta/main.yml +++ b/roles/pihole/meta/main.yml @@ -1,16 +1,15 @@ --- dependencies: [] galaxy_info: - role_name: pihole - author: a14m + author: "a14m" description: "Configure pihole on supported devices" company: "kartoffeln.work GmbH." - license: "license MIT" + license: "MIT" min_ansible_version: "2.18" platforms: - - name: Ubuntu + - name: "Ubuntu" versions: - - noble - - name: Debian + - "noble" + - name: "Debian" versions: - - bookworm + - "bookworm" |
