summaryrefslogtreecommitdiffstats
path: root/roles/hyprlock/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-09 22:46:28 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-09 22:46:28 +0100
commit90cb3bb148ced36bfb3eb262b6cbfff5193ea97a (patch)
treefb2722944805d134658e83b577144c834968e905 /roles/hyprlock/tasks
parentfed580e7a9234f4665e0b8b04dff5114ce01ac27 (diff)
Add hyprlock to hyprland with preliminary theme
Diffstat (limited to 'roles/hyprlock/tasks')
-rw-r--r--roles/hyprlock/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/hyprlock/tasks/main.yml b/roles/hyprlock/tasks/main.yml
new file mode 100644
index 00000000..8ccb3f7a
--- /dev/null
+++ b/roles/hyprlock/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: "Ensure hyprlock is installed"
+ become: true
+ ansible.builtin.package:
+ name: "hyprlock"
+ state: "present"