summaryrefslogtreecommitdiffstats
path: root/roles/aur_font/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-19 16:12:10 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-19 16:36:16 +0100
commit37e2f822c37e4ce08b029595c04e692eb197f86e (patch)
treeada39ae4afa0b3dc4965e900aa09c51fe4340c6a /roles/aur_font/meta
parent221ca9d12199dfe6ed73ce8724d31833a63675dd (diff)
Merge the aur_font in the font role with conditional dependency
Diffstat (limited to 'roles/aur_font/meta')
-rw-r--r--roles/aur_font/meta/argument_specs.yml6
-rw-r--r--roles/aur_font/meta/main.yml12
2 files changed, 0 insertions, 18 deletions
diff --git a/roles/aur_font/meta/argument_specs.yml b/roles/aur_font/meta/argument_specs.yml
deleted file mode 100644
index be51c8a9..00000000
--- a/roles/aur_font/meta/argument_specs.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-argument_specs:
- main:
- short_description: "Install fonts on ArchLinux using AUR"
- description: "Install fonts on ArchLinux using AUR"
- options: {}
diff --git a/roles/aur_font/meta/main.yml b/roles/aur_font/meta/main.yml
deleted file mode 100644
index dd82ddcb..00000000
--- a/roles/aur_font/meta/main.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-dependencies:
- - role: "yay"
-galaxy_info:
- author: "a14m"
- description: "Install fonts on ArchLinux using AUR"
- license: "MIT"
- min_ansible_version: "2.18"
- platforms:
- - name: "ArchLinux"
- versions:
- - "all"