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