Files
ansible_role_package/tasks/pkgs/hyprutils.yml
Matthew Stobbs ceabce67e4 removed bool check
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
2025-05-12 14:24:27 -06:00

14 lines
371 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Load hyprutils config
ansible.builtin.include_tasks:
file: config/hyprutils.yml
- name: Append hyprutils build_deps to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + hyprutils.build_deps }}"
- name: Append hyprutils to pkg_src
ansible.builtin.set_fact:
pkg_src: "{{ pkg_src + ['hyprutils'] }}"