diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-05 20:55:18 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:11:07 +0100 |
| commit | 62f9f9445cf691eedb87f6d04c3d76b9b058f7ef (patch) | |
| tree | abe4eb0ecdf6fc3f7fbe5a2492b9bbff4a4194a2 /roles/gnome-planify/meta | |
| parent | 262343cd756c1ef589b94fde084a356a61e3e6f5 (diff) | |
Add planify gnome app
Diffstat (limited to 'roles/gnome-planify/meta')
| -rw-r--r-- | roles/gnome-planify/meta/argument_specs.yml | 4 | ||||
| -rw-r--r-- | roles/gnome-planify/meta/main.yml | 21 |
2 files changed, 25 insertions, 0 deletions
diff --git a/roles/gnome-planify/meta/argument_specs.yml b/roles/gnome-planify/meta/argument_specs.yml new file mode 100644 index 00000000..5af49897 --- /dev/null +++ b/roles/gnome-planify/meta/argument_specs.yml @@ -0,0 +1,4 @@ +--- +argument_specs: + main: + options: {} diff --git a/roles/gnome-planify/meta/main.yml b/roles/gnome-planify/meta/main.yml new file mode 100644 index 00000000..1029febd --- /dev/null +++ b/roles/gnome-planify/meta/main.yml @@ -0,0 +1,21 @@ +--- +dependencies: + - role: "yay" + when: ansible_facts['os_family'] == "Archlinux" + - role: "flatpak" + when: ansible_facts['os_family'] == "Debian" +galaxy_info: + author: "a14m" + description: "Install gnome-planify" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
