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