From 90cb3bb148ced36bfb3eb262b6cbfff5193ea97a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 9 Jan 2026 22:46:28 +0100 Subject: Add hyprlock to hyprland with preliminary theme --- roles/hyprlock/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/hyprlock/tasks/main.yml (limited to 'roles/hyprlock/tasks') 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" -- cgit v1.2.3