moved source package builds to the bottom
This commit is contained in:
@@ -78,15 +78,6 @@
|
||||
ansible.builtin.include_tasks:
|
||||
file: "archive/{{ pkg }}.yml"
|
||||
|
||||
- name: Build and install source packages
|
||||
when:
|
||||
- pkg_src|length > 0
|
||||
loop: "{{ pkg_src | unique }}"
|
||||
loop_control:
|
||||
loop_var: pkg
|
||||
ansible.builtin.include_tasks:
|
||||
file: "src/{{ pkg }}.yml"
|
||||
|
||||
- name: Install cargo packages
|
||||
when:
|
||||
- pkg_cargo|length > 0
|
||||
@@ -121,6 +112,15 @@
|
||||
ansible.builtin.include_tasks:
|
||||
file: pipx.yml
|
||||
|
||||
- name: Build and install source packages
|
||||
when:
|
||||
- pkg_src|length > 0
|
||||
loop: "{{ pkg_src | unique }}"
|
||||
loop_control:
|
||||
loop_var: pkg
|
||||
ansible.builtin.include_tasks:
|
||||
file: "src/{{ pkg }}.yml"
|
||||
|
||||
- name: Cleanup {{ d_tempdir.path }}
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user