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