ansible-role-python_venv_build/handlers
Jesse Pretorius d5a9f025b8 Separate build and install stage
In order to ensure that the build tasks are entirely skipped
when a package venv is re-used, the build and install stages
are split.

The ability to re-use venvs is also now able to be toggled.
Disabling this feature would set the build to always happen,
catering to environments where a service venv is always
deployed to the same folder (eg: stateless hypervisors with
squashfs partitions).

The ability to set constraints, etc is changed to a generalised
set of arguments that can be passed to the pip install task.
2018-03-23 11:57:09 +00:00
..
main.yml Separate build and install stage 2018-03-23 11:57:09 +00:00