9 lines
360 B
YAML
9 lines
360 B
YAML
- name: Set hyprland config
|
|
ansible.builtin.set_fact:
|
|
hyprland:
|
|
vers: "{{ pkgconfig.hyprland.version }}"
|
|
repo: "{{ pkgconfig.hyprland.repo }}"
|
|
pkg_deps: "{{ pkgconfig.hyprland.pkg_deps }}"
|
|
build_deps: "{{ pkgconfig.hyprland.build_deps[ansible_os_family] }}"
|
|
installed_files: "{{ pkgconfig.hyprland.build_installed_files }}"
|