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