Merge pull request #6814 from surfer190/patch-1

Change the custom venv vars install line

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-04-23 15:38:29 +00:00 committed by GitHub
commit acdf15640c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.