ansible-role-python_venv_build/tasks
Jesse Pretorius 3f091944e1 Ensure python/paths are updated if folder was not present
In the situation where a deployer may have removed the venv folder
on the target host, but has not removed the the tgz/checksum file,
the venv will get extracted, but the python/paths will not get
updated.

This patch ensures that if the venv folder was not there and gets
created by the task then it will also update the python/paths.

Change-Id: I8858e16a8c128e7d7f44c5e46dc8520aa5bc835b
2018-03-25 01:02:03 +00:00
..
main.yml Allow the build to be done without the install tasks 2018-03-23 13:08:23 +00:00
python_venv_build.yml Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
python_venv_install.yml Ensure python/paths are updated if folder was not present 2018-03-25 01:02:03 +00:00
python_venv_preflight.yml Add CI/docs/releasenotes scaffolding and basic test 2018-03-24 22:42:06 +00:00
python_venv_set_facts.yml Separate build and install stage 2018-03-23 11:57:09 +00:00