Merge pull request #6762 from shaynecm/devel

Update inventory file 

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-04-27 17:34:55 +00:00 committed by GitHub
commit 33ff4ad9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ Before you can run a deployment, you'll need the following installed in your loc
- [Git](https://git-scm.com/) Requires Version 1.8.4+
- [Node 10.x LTS version](https://nodejs.org/en/download/)
- [NPM 6.x LTS](https://docs.npmjs.com/)
- Python 3.6+
### System Requirements

View File

@ -1,4 +1,4 @@
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python"
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python3"
[all:vars]