summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoftwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com>2020-04-27 19:34:55 +0200
committerGitHub <noreply@github.com>2020-04-27 19:34:55 +0200
commit33ff4ad9bef80c06adf5c38450b2f84b748b0f22 (patch)
tree08a8f376c3fed301194c1cd030b6a7c9379ba699
parentMerge pull request #5398 from dvaerum/patch-1 (diff)
parentpre-req's updated (diff)
downloadawx-33ff4ad9bef80c06adf5c38450b2f84b748b0f22.tar.xz
awx-33ff4ad9bef80c06adf5c38450b2f84b748b0f22.zip
Merge pull request #6762 from shaynecm/devel
Update inventory file Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
-rw-r--r--INSTALL.md1
-rw-r--r--installer/inventory2
2 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0567420843..f6bd27e9c6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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
diff --git a/installer/inventory b/installer/inventory
index 3b325d543b..00a0cb4fad 100644
--- a/installer/inventory
+++ b/installer/inventory
@@ -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]