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 | d6066a884821c873a680bb065f3989163eaa9495 (patch) | |
| tree | b358d067528e4fb4796ca1378f71257892f10f44 /roles/ssh | |
| parent | 5f3e0a1641b716ec03bdd5960bac3f94cb103759 (diff) | |
Fix meta strings quoting
Diffstat (limited to 'roles/ssh')
| -rw-r--r-- | roles/ssh/meta/main.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/roles/ssh/meta/main.yml b/roles/ssh/meta/main.yml index c4eeebec..bc90a3ab 100644 --- a/roles/ssh/meta/main.yml +++ b/roles/ssh/meta/main.yml @@ -1,16 +1,15 @@ --- dependencies: [] galaxy_info: - role_name: ssh - author: a14m + author: "a14m" description: "Configure distro ssh with hardening" company: "kartoffeln.work GmbH." license: "license MIT" min_ansible_version: "2.18" platforms: - - name: ArchLinux + - name: "ArchLinux" versions: - - all - - name: Ubuntu + - "all" + - name: "Ubuntu" versions: - - noble + - "noble" |
