summaryrefslogtreecommitdiffstats
path: root/roles/gradia/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-23 19:32:54 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-23 19:36:18 +0100
commitc6493aebaa8442bdcde10ad2d7948ee825a9aabf (patch)
tree27b5af758504e36af4b2edfed3dbfca7282e7f35 /roles/gradia/meta/main.yml
parenta71c972caa9a68e2cbc6e7ac7278e535458555a0 (diff)
Replace rnote with gradia and fix typo in teams role
Diffstat (limited to 'roles/gradia/meta/main.yml')
-rw-r--r--roles/gradia/meta/main.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/roles/gradia/meta/main.yml b/roles/gradia/meta/main.yml
new file mode 100644
index 00000000..e873dfbd
--- /dev/null
+++ b/roles/gradia/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 gradia"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"