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/vars | |
| parent | 13d2d74640c7ce073b981f40dc856e6a78b6d2ff (diff) | |
Add gnome role w/testing on distros
Diffstat (limited to 'roles/gnome/vars')
| -rw-r--r-- | roles/gnome/vars/archlinux.yml | 3 | ||||
| -rw-r--r-- | roles/gnome/vars/debian.yml | 3 | ||||
| -rw-r--r-- | roles/gnome/vars/ubuntu.yml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/roles/gnome/vars/archlinux.yml b/roles/gnome/vars/archlinux.yml new file mode 100644 index 00000000..c2203444 --- /dev/null +++ b/roles/gnome/vars/archlinux.yml @@ -0,0 +1,3 @@ +--- +gnome_packages: + - "gnome" diff --git a/roles/gnome/vars/debian.yml b/roles/gnome/vars/debian.yml new file mode 100644 index 00000000..5105f8a6 --- /dev/null +++ b/roles/gnome/vars/debian.yml @@ -0,0 +1,3 @@ +--- +gnome_packages: + - "gnome/stable" diff --git a/roles/gnome/vars/ubuntu.yml b/roles/gnome/vars/ubuntu.yml new file mode 100644 index 00000000..a1f3a60d --- /dev/null +++ b/roles/gnome/vars/ubuntu.yml @@ -0,0 +1,3 @@ +--- +gnome_packages: + - "ubuntu-gnome-desktop" |
