summaryrefslogtreecommitdiffstats
path: root/roles/rnote/meta
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/rnote/meta
parenta71c972caa9a68e2cbc6e7ac7278e535458555a0 (diff)
Replace rnote with gradia and fix typo in teams role
Diffstat (limited to 'roles/rnote/meta')
-rw-r--r--roles/rnote/meta/argument_specs.yml6
-rw-r--r--roles/rnote/meta/main.yml19
2 files changed, 0 insertions, 25 deletions
diff --git a/roles/rnote/meta/argument_specs.yml b/roles/rnote/meta/argument_specs.yml
deleted file mode 100644
index a7ec1084..00000000
--- a/roles/rnote/meta/argument_specs.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-argument_specs:
- main:
- short_description: "Install rnote on Linux distribution"
- description: "Install rnote on Linux distribution"
- options: {}
diff --git a/roles/rnote/meta/main.yml b/roles/rnote/meta/main.yml
deleted file mode 100644
index f56ff44f..00000000
--- a/roles/rnote/meta/main.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-dependencies:
- - role: "flatpak"
- when: ansible_facts['os_family'] == "Debian"
-galaxy_info:
- author: "a14m"
- description: "Install rnote"
- license: "MIT"
- min_ansible_version: "2.18"
- platforms:
- - name: "ArchLinux"
- versions:
- - "all"
- - name: "Ubuntu"
- versions:
- - "noble"
- - name: "Debian"
- versions:
- - "bookworm"