summaryrefslogtreecommitdiffstats
path: root/roles/gnome-loupe/meta/main.yml
blob: d26eb4fdba090e48c767c58ab949eed497de7624 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
dependencies:
  - role: "xdg-utils"
  - role: "flatpak"
    when: ansible_facts['os_family'] == "Debian"
galaxy_info:
  author: "a14m"
  description: "Install gnome-loupe"
  license: "MIT"
  min_ansible_version: "2.18"
  platforms:
    - name: "ArchLinux"
      versions:
        - "all"
    - name: "Ubuntu"
      versions:
        - "noble"
    - name: "Debian"
      versions:
        - "bookworm"