summaryrefslogtreecommitdiffstats
path: root/roles/hyprshare/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-06 02:31:05 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-06 03:11:08 +0100
commita38bb05301efe2fb179a8dd622e16e8fd70250cb (patch)
tree9498e241d517fb48a39af50462b3602c5dbfb414 /roles/hyprshare/meta
parent1a197ba880a21e31bc9b8aa35fe2b1b09005d119 (diff)
Add the role for installing sharing/w window previews
Diffstat (limited to 'roles/hyprshare/meta')
-rw-r--r--roles/hyprshare/meta/argument_specs.yml4
-rw-r--r--roles/hyprshare/meta/main.yml11
2 files changed, 15 insertions, 0 deletions
diff --git a/roles/hyprshare/meta/argument_specs.yml b/roles/hyprshare/meta/argument_specs.yml
new file mode 100644
index 00000000..5af49897
--- /dev/null
+++ b/roles/hyprshare/meta/argument_specs.yml
@@ -0,0 +1,4 @@
+---
+argument_specs:
+ main:
+ options: {}
diff --git a/roles/hyprshare/meta/main.yml b/roles/hyprshare/meta/main.yml
new file mode 100644
index 00000000..2a1224b7
--- /dev/null
+++ b/roles/hyprshare/meta/main.yml
@@ -0,0 +1,11 @@
+---
+dependencies: []
+galaxy_info:
+ author: "a14m"
+ description: "Install Hyprland screensharing dependencies"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"