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