Merge "Revert "speedup: move when block to outside include""
This commit is contained in:
commit
d222c3f26d
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
- import_tasks: "python_venv_wheel_build.yml"
|
- import_tasks: "python_venv_wheel_build.yml"
|
||||||
run_once: yes
|
run_once: yes
|
||||||
when: venv_wheel_build_enable | bool
|
|
||||||
tags:
|
tags:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
- name: Build the wheels on the build host
|
- name: Build the wheels on the build host
|
||||||
delegate_to: "{{ venv_build_host }}"
|
delegate_to: "{{ venv_build_host }}"
|
||||||
become: "{{ venv_build_host == 'localhost' }}"
|
become: "{{ venv_build_host == 'localhost' }}"
|
||||||
|
when:
|
||||||
|
- venv_wheel_build_enable | bool
|
||||||
block:
|
block:
|
||||||
- name: Install distro packages for wheel build
|
- name: Install distro packages for wheel build
|
||||||
package:
|
package:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user