adding hyprland src install
This commit is contained in:
12
tasks/pkgs/aquamarine.yml
Normal file
12
tasks/pkgs/aquamarine.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Ensure pkg_deps are added
|
||||
loop: aquamarine.pkg_deps
|
||||
loop_control:
|
||||
loop_var: pkg_dep
|
||||
vars:
|
||||
pkg: "{{ pkg_dep }}"
|
||||
ansible.builtin.include_tasks:
|
||||
file: addpkg.yml
|
||||
|
||||
- name: Append to pkg_src
|
||||
ansible.builtin.set_fact:
|
||||
pkg_src: "{{ pkg_src + ['aquamarine'] }}"
|
||||
6
tasks/pkgs/hyprwayland_scanner.yml
Normal file
6
tasks/pkgs/hyprwayland_scanner.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Append to pkg_sys and pkg_src
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + hyprwayland_scanner.build_deps }}"
|
||||
pkg_src: "{{ pkg_src + ['hyprwayland_scanner'] }}"
|
||||
Reference in New Issue
Block a user