summaryrefslogtreecommitdiffstats
path: root/roles/font/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-18 21:46:58 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-18 21:54:25 +0100
commitf2232d636bae4eed0dbdda8e2314b91a489d4878 (patch)
tree3d67d741558928a1302d80a78b79e576ad838f93 /roles/font/meta
parent03f0e7c569c828e1ef314528d8e4f1a3909974b0 (diff)
Fix font role
Diffstat (limited to 'roles/font/meta')
-rw-r--r--roles/font/meta/argument_specs.yml6
-rw-r--r--roles/font/meta/main.yml17
2 files changed, 23 insertions, 0 deletions
diff --git a/roles/font/meta/argument_specs.yml b/roles/font/meta/argument_specs.yml
new file mode 100644
index 00000000..d44dc8c8
--- /dev/null
+++ b/roles/font/meta/argument_specs.yml
@@ -0,0 +1,6 @@
+---
+argument_specs:
+ main:
+ short_description: "Install fonts on Linux distributions"
+ description: "Install fonts on Linux distributions"
+ options: {}
diff --git a/roles/font/meta/main.yml b/roles/font/meta/main.yml
new file mode 100644
index 00000000..b1706f98
--- /dev/null
+++ b/roles/font/meta/main.yml
@@ -0,0 +1,17 @@
+---
+dependencies: []
+galaxy_info:
+ author: "a14m"
+ description: "Install fonts on linux distros."
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"