12 lines
510 B
YAML
12 lines
510 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 }}"
|
|
git_path: "{{ d_tempdir.path }}/Hyprland"
|
|
prefix: "/usr/local"
|
|
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"
|