Files
ansible-role-python_venv_build/releasenotes/notes/wheel_build_enable-ea0bd0cb676128dd.yaml
Dmitriy Rabotyagov 01a08f39bb Build wheels depending on presence of venv_build_group
In case venv_build_group is not present in inventory or does not contain
a single host, it does not make sense to attept building wheels.

With that we're changing default behaviour to avoid building wheels
if there're no potential targets exists.

Change-Id: Ifd0e80dd1d1f002a1b80f57b53b81ca9110e719c
2023-05-24 15:58:55 +00:00

8 lines
253 B
YAML

---
other:
- |
Default value of ``venv_wheel_build_enable`` has been changed. Now
wheels are built when there is at least a single host in
``venv_build_group``.
Previously it was depending on the amount of hosts targeted for the play.