diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-08 00:31:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-08 00:31:58 +0100 |
| commit | 01b890a586b3fa9d7543b3bc271e6e87236d88b8 (patch) | |
| tree | e2bd1d24807d481d27f0463dd98962ada40823c5 /roles/mako | |
| parent | 7c95b96470eccafcce19c08808ab87a1320d30b4 (diff) | |
Fix typo in role descriptions and windowrules
Diffstat (limited to 'roles/mako')
| -rw-r--r-- | roles/mako/meta/argument_specs.yml | 4 | ||||
| -rw-r--r-- | roles/mako/meta/main.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/mako/meta/argument_specs.yml b/roles/mako/meta/argument_specs.yml index b6b69a07..1d95a929 100644 --- a/roles/mako/meta/argument_specs.yml +++ b/roles/mako/meta/argument_specs.yml @@ -1,6 +1,6 @@ --- argument_specs: main: - short_description: "Install mako on Arch Linux" - description: "Install mako on Arch Linux" + short_description: "Install mako on ArchLinux" + description: "Install mako on ArchLinux" options: {} diff --git a/roles/mako/meta/main.yml b/roles/mako/meta/main.yml index bb71080a..f814709e 100644 --- a/roles/mako/meta/main.yml +++ b/roles/mako/meta/main.yml @@ -2,7 +2,7 @@ dependencies: [] galaxy_info: author: "a14m" - description: "Install mako on Arch Linux" + description: "Install mako on ArchLinux" license: "MIT" min_ansible_version: "2.18" platforms: |
