7 lines
292 B
YAML
7 lines
292 B
YAML
- 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] }}"
|