From 602ef9750f93fdb02e7e88633007a5a735e115a5 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 1 Mar 2019 13:08:26 -0500 Subject: update isolated task execution for ansible-runner --- docs/custom_virtualenvs.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3