- 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: "{{ pkgconfig.hyprcursor.build_deps[ansible_os_family] }}" installed_files: "{{ pkgconfig.hyprcursor.build_installed_files }}" git_path: "{{ d_tempdir.path }}/hyprcursor" clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"