9 lines
396 B
YAML
9 lines
396 B
YAML
- name: Set hyprcursor config
|
|
ansible.builtin.set_fact:
|
|
vers: "{{ pkgconfig.hyprcursor.version }}"
|
|
repo: "{{ pkgconfig.hyprcursor.repo }}"
|
|
pkg_deps: "{{ pkgconfig.hyprcursor.pkg_deps }}"
|
|
build_deps: "{{ pkgconfig.hyprcursor.build_deps[ansible_os_family] }}"
|
|
installed_files: "{{ pkgconfig.hyprcursor.build_installed_files }}"
|
|
git_path: "{{ d_tempdir.path }}/hyprcursor"
|