summaryrefslogtreecommitdiffstats
path: root/roles/mako/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-12-22 22:50:35 +0100
committerAhmed Abdelhalim <[email protected]>2025-12-22 22:50:35 +0100
commit3d5b8caa4d4880c5308807baaf4ae04456403d13 (patch)
tree3186bd157bd09c283eb46733ed8a90493f42da4f /roles/mako/meta
parent17c0029c69290af0c0f74912cb5eb196b37b322c (diff)
Refactor hyprland/mako
This follows a more clean setup (inspired by omarchy) with the difference that the user files are delegated to the user dotfile (and are calling the system defaults first). This is to insure clarity and don't depend on hidden behaviour in the default system configurations
Diffstat (limited to 'roles/mako/meta')
-rw-r--r--roles/mako/meta/argument_specs.yml6
-rw-r--r--roles/mako/meta/main.yml11
2 files changed, 17 insertions, 0 deletions
diff --git a/roles/mako/meta/argument_specs.yml b/roles/mako/meta/argument_specs.yml
new file mode 100644
index 00000000..b6b69a07
--- /dev/null
+++ b/roles/mako/meta/argument_specs.yml
@@ -0,0 +1,6 @@
+---
+argument_specs:
+ main:
+ short_description: "Install mako on Arch Linux"
+ description: "Install mako on Arch Linux"
+ options: {}
diff --git a/roles/mako/meta/main.yml b/roles/mako/meta/main.yml
new file mode 100644
index 00000000..bb71080a
--- /dev/null
+++ b/roles/mako/meta/main.yml
@@ -0,0 +1,11 @@
+---
+dependencies: []
+galaxy_info:
+ author: "a14m"
+ description: "Install mako on Arch Linux"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"