more fixs being done
This commit is contained in:
@@ -51,13 +51,22 @@
|
||||
|
||||
- name: Install archive_pkgs
|
||||
when:
|
||||
- archive_pkgs|length > 0
|
||||
loop: "{{ archive_pkgs }}"
|
||||
- pkg_archive|length > 0
|
||||
loop: "{{ pkg_archive }}"
|
||||
loop_control:
|
||||
loop_var: pkg
|
||||
ansible.builtin.include_tasks:
|
||||
file: "archive/{{ pkg }}.yml"
|
||||
|
||||
- name: Install appimages
|
||||
when:
|
||||
- pkg_appimage|length > 0
|
||||
loop: "{{ pkg_appimage }}"
|
||||
loop_control:
|
||||
loop_var: pkg
|
||||
ansible.builtin.include_tasks:
|
||||
file: appimage.yml
|
||||
|
||||
- name: Build and install source packages
|
||||
when:
|
||||
- src_pkgs|length > 0
|
||||
|
||||
Reference in New Issue
Block a user