11 lines
416 B
YAML
11 lines
416 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Set hyprcursor config
|
|
ansible.builtin.set_fact:
|
|
hyprcursor:
|
|
vers: "{{ pkgconfig.hyprcursor.version }}"
|
|
repo: "{{ pkgconfig.hyprcursor.repo }}"
|
|
pkg_deps: "{{ pkgconfig.hyprcursor.pkg_deps }}"
|
|
build_deps: "{{ srcconfig.hyprcursor.deps[ansible_os_family] }}"
|
|
clean: "{{ pkgconfig_hyprland_clean | default(package_default_clean_src) }}"
|