diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2019-03-01 19:08:26 +0100 |
---|---|---|
committer | chris meyers <chris.meyers.fsu@gmail.com> | 2019-03-18 19:21:47 +0100 |
commit | 602ef9750f93fdb02e7e88633007a5a735e115a5 (patch) | |
tree | 06a04afe64dc1d1802fbeeeffe6420035c21dbfb /docs | |
parent | use ansible runner to run playbooks (diff) | |
download | awx-602ef9750f93fdb02e7e88633007a5a735e115a5.tar.xz awx-602ef9750f93fdb02e7e88633007a5a735e115a5.zip |
update isolated task execution for ansible-runner
Diffstat (limited to 'docs')
-rw-r--r-- | docs/custom_virtualenvs.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/custom_virtualenvs.md b/docs/custom_virtualenvs.md index b89ac670c1..42521bdaf5 100644 --- a/docs/custom_virtualenvs.md +++ b/docs/custom_virtualenvs.md @@ -63,9 +63,6 @@ index aa8b304..eb05f91 100644 + virtualenv $(VENV_BASE)/my-custom-env + $(VENV_BASE)/my-custom-env/bin/pip install python-memcached psutil + - requirements_isolated: - if [ ! -d "$(VENV_BASE)/awx" ]; then \ - virtualenv --system-site-packages $(VENV_BASE)/awx && \ diff --git a/installer/image_build/templates/Dockerfile.j2 b/installer/image_build/templates/Dockerfile.j2 index d69e2c9..a08bae5 100644 --- a/installer/image_build/templates/Dockerfile.j2 |