ansible-role-python_venv_build/releasenotes/notes/venv_build_group_variable-39f05cbdda59cd7e.yaml
Dmitriy Rabotyagov e24c1a4f71 Add venv_build_group variable
In order to be flexible and get rid of hardcoded repo_all group, new
variable named `venv_build_group` was added. It's set to repo_all by
default, so it is not changing current behaviour remains

Change-Id: I30c2c26abeb103de63aff0946ec7783f902886b8
2023-05-24 15:58:50 +00:00

6 lines
180 B
YAML

---
features:
- |
Added variable ``venv_build_group`` that allows to provide an ansible group
name, that will be used to find wheels build targets. Default is `repo_all`