fixing issues
This commit is contained in:
@@ -72,15 +72,6 @@
|
||||
ansible.builtin.include_tasks:
|
||||
file: "archive/{{ pkg }}.yml"
|
||||
|
||||
- name: Install pkg_appimage
|
||||
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:
|
||||
- pkg_src|length > 0
|
||||
|
||||
Reference in New Issue
Block a user