mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Merge pull request #6762 from shaynecm/devel
Update inventory file Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
33ff4ad9be
@ -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
|
||||
|
||||
|
||||
@ -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]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user