add the rest of the hypr tools
This commit is contained in:
9
tasks/config/hyprlock.yml
Normal file
9
tasks/config/hyprlock.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: Set hyprlock config
|
||||
ansible.builtin.set_fact:
|
||||
hyprlock:
|
||||
vers: "{{ pkgconfig.hyprlock.version }}"
|
||||
repo: "{{ pkgconfig.hyprlock.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.hyprlock.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprlock.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprlock.build_installed_files}}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprlock"
|
||||
Reference in New Issue
Block a user