fix unreferenced variable

This commit is contained in:
Matthew Stobbs
2025-04-01 03:22:05 -06:00
parent 40adb16987
commit f045cbfa85

View File

@@ -4,7 +4,6 @@
ansible.builtin.set_fact: ansible.builtin.set_fact:
hyprcursor: hyprcursor:
vers: "{{ pkgconfig.hyprcursor.version }}" vers: "{{ pkgconfig.hyprcursor.version }}"
repo: "{{ pkgconfig.hyprcursor.repo }}"
pkg_deps: "{{ pkgconfig.hyprcursor.pkg_deps }}" pkg_deps: "{{ pkgconfig.hyprcursor.pkg_deps }}"
build_deps: "{{ srcconfig.hyprcursor.deps[ansible_os_family] }}" build_deps: "{{ srcconfig.hyprcursor.deps[ansible_os_family] }}"
clean: "{{ pkgconfig_hyprland_clean | default(package_default_clean_src) }}" clean: "{{ pkgconfig_hyprland_clean | default(package_default_clean_src) }}"