mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02: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:
@@ -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+
|
- [Git](https://git-scm.com/) Requires Version 1.8.4+
|
||||||
- [Node 10.x LTS version](https://nodejs.org/en/download/)
|
- [Node 10.x LTS version](https://nodejs.org/en/download/)
|
||||||
- [NPM 6.x LTS](https://docs.npmjs.com/)
|
- [NPM 6.x LTS](https://docs.npmjs.com/)
|
||||||
|
- Python 3.6+
|
||||||
|
|
||||||
### System Requirements
|
### 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]
|
[all:vars]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user