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'] }}"
|
||||
Reference in New Issue
Block a user