diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-21 00:28:45 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-21 00:53:16 +0200 |
| commit | 7ea7d431cfc8f3dd88810ffe255f17bdcc797ffd (patch) | |
| tree | 4aeaba1596282d4eb4a5a6c7b0530191819fa0f2 /roles/gnome/meta | |
| parent | 13d2d74640c7ce073b981f40dc856e6a78b6d2ff (diff) | |
Add gnome role w/testing on distros
Diffstat (limited to 'roles/gnome/meta')
| -rw-r--r-- | roles/gnome/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/gnome/meta/main.yml | 18 |
2 files changed, 24 insertions, 0 deletions
diff --git a/roles/gnome/meta/argument_specs.yml b/roles/gnome/meta/argument_specs.yml new file mode 100644 index 00000000..fdc9d00a --- /dev/null +++ b/roles/gnome/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install gnome on Linux distribution" + description: "Install gnome on Linux distribution" + options: {} diff --git a/roles/gnome/meta/main.yml b/roles/gnome/meta/main.yml new file mode 100644 index 00000000..55184561 --- /dev/null +++ b/roles/gnome/meta/main.yml @@ -0,0 +1,18 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install gnome" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
