From 63907948288c4c37def125fbb80537f085ae72b4 Mon Sep 17 00:00:00 2001 From: surfer190 Date: Thu, 23 Apr 2020 11:43:01 +0200 Subject: [PATCH] Change the custom venv vars install line Add the inventory --- docs/custom_virtualenvs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_virtualenvs.md b/docs/custom_virtualenvs.md index add0502276..792cb25bcb 100644 --- a/docs/custom_virtualenvs.md +++ b/docs/custom_virtualenvs.md @@ -130,7 +130,7 @@ override that location by setting the variable `custom_venvs_path`. You can use the variables file like so: - $ ansible-playbook install.yml --extra-vars "@venv_vars.yaml" + $ ansible-playbook -i inventory install.yml --extra-vars "@venv_vars.yaml" Once the AWX API is available, you will need to update the `CUSTOM_VENV_PATHS` setting as described in `Preparing a New Custom Virtualenv`.