ansible-role-python_venv_build/tasks
Jesse Pretorius (odyssey4me) 880ed4b185 Only create local facts folder when necessary
If we do not plan to set any local facts, we should
not be creating this folder. If we do need to set the
facts, then the tasks will need to be run via sudo to
ensure that they has the appropriate rights to create
the folder/files under /etc.

If this change is not implemented, and the playbook
running this role is not executed as root, then the
task fails because it does not have rights to create
the folder - even when there are no facts to set.

Change-Id: Idcb093775507728a7c68a877a05b8895d4c8c39f
2020-07-29 08:31:08 +00:00
..
main.yml Revert "speedup: move when block to outside include" 2019-03-30 21:56:48 +00:00
python_venv_install.yml Remove the virtualenv version check 2020-07-06 12:44:21 +00:00
python_venv_preflight.yml Remove the virtualenv version check 2020-07-06 12:44:21 +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 Remove the virtualenv version check 2020-07-06 12:44:21 +00:00