diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-21 17:10:50 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-21 17:10:50 +0100 |
| commit | aaa8243474e673a6e74f99d43c3813c49b9463d2 (patch) | |
| tree | 85cb4cb6d8d0dd5a22dc0921711c6dbe5471c534 /roles/xdg-utils/meta | |
| parent | 75169db20433950e8c583a400c13246c3fe8cd55 (diff) | |
Add missing xdg-utils role
Diffstat (limited to 'roles/xdg-utils/meta')
| -rw-r--r-- | roles/xdg-utils/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/xdg-utils/meta/main.yml | 17 |
2 files changed, 23 insertions, 0 deletions
diff --git a/roles/xdg-utils/meta/argument_specs.yml b/roles/xdg-utils/meta/argument_specs.yml new file mode 100644 index 00000000..1694f607 --- /dev/null +++ b/roles/xdg-utils/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install xdg-utils on Linux distribution" + description: "Install xdg-utils on Linux distribution" + options: {} diff --git a/roles/xdg-utils/meta/main.yml b/roles/xdg-utils/meta/main.yml new file mode 100644 index 00000000..d2c06626 --- /dev/null +++ b/roles/xdg-utils/meta/main.yml @@ -0,0 +1,17 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install xdg-utils" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
