12 lines
548 B
YAML
12 lines
548 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Set hyperwayland-scanner config
|
|
ansible.builtin.set_fact:
|
|
hyprwayland_scanner:
|
|
vers: "{{ pkgconfig.hyprwayland_scanner.version }}"
|
|
repo: "{{ pkgconfig.hyprwayland_scanner.repo }}"
|
|
build_deps: "{{ pkgconfig.hyprwayland_scanner.build_deps[ansible_os_family] }}"
|
|
git_path: "{{ d_tempdir.path }}/hyprwayland-scanner"
|
|
installed_files: "{{ pkgconfig.hyprwayland_scanner.build_installed_files }}"
|
|
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"
|