ansible-role-python_venv_build/tasks
Damian Dabrowski 28f89b80a8 Slurp constraints.txt separately for each host in a batch
Currently playbook slurps constraints.txt valid for a first host in a
batch and then uses it for each other host.

It saves time but batch may consists of hosts with different operating
systems or even OSA versions and current mechanism doesn't take this
into account.

In my opinion we should slurp constraints.txt separately for each host.

Change-Id: I9ba1d342af13e9c923151f735940bda29bf1b262
2022-02-15 15:10:24 +01:00
..
main.yml Add per-distro vars files 2022-01-14 08:50:03 +00:00
python_venv_install.yml Slurp constraints.txt separately for each host in a batch 2022-02-15 15:10:24 +01:00
python_venv_install_symlink.yml Use ansible_facts[] instead of fact variables 2021-02-25 12:24:01 +00:00
python_venv_set_facts.yml Only create local facts folder when necessary 2020-07-29 08:31:08 +00:00
python_venv_wheel_build.yml Fix conditional for installing required wheel build packages 2022-01-11 14:28:05 +00:00