diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-09 22:46:28 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-09 22:46:28 +0100 |
| commit | 90cb3bb148ced36bfb3eb262b6cbfff5193ea97a (patch) | |
| tree | fb2722944805d134658e83b577144c834968e905 /roles/hyprlock/tasks | |
| parent | fed580e7a9234f4665e0b8b04dff5114ce01ac27 (diff) | |
Add hyprlock to hyprland with preliminary theme
Diffstat (limited to 'roles/hyprlock/tasks')
| -rw-r--r-- | roles/hyprlock/tasks/main.yml | 6 |
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" |
