fixing hyprland packages

This commit is contained in:
Matthew Stobbs
2025-03-10 22:00:58 -06:00
parent 2e885b31ac
commit 9e68ad9758
9 changed files with 20 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
- name: Set hyperland-protocols config
- 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 }}/hyperland-protocols"
git_path: "{{ d_tempdir.path }}/hyprland-protocols"