summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJensPfeifle <jens@pfeifle.tech>2019-11-03 19:03:40 +0100
committerGitHub <noreply@github.com>2019-11-03 19:03:40 +0100
commit857faf570dd7e0b39f01d687e8b2397545466abd (patch)
tree9cb8008061be6de1a1e0e8b7497963c6346ced3d /INSTALL.md
parentMerge pull request #5203 from keithjgrant/warnings-cleanup (diff)
downloadawx-857faf570dd7e0b39f01d687e8b2397545466abd.tar.xz
awx-857faf570dd7e0b39f01d687e8b2397545466abd.zip
Update required Ansible version to 2.8+
Attempting to build the docker image with Ansible 2.5.1 results in the following error: ``` TASK [image_build : Build sdist builder image] ******************************************************************************************* fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (docker_image) module: build, force_source, source Supported parameters include: api_version, archive_path, buildargs, cacert_path, cert_path, container_limits, debug, docker_host, dockerfile, filter_logger, force, http_timeout, key_path, load_path, name, nocache, path, pull, push, repository, rm, ssl_version, state, tag, timeout, tls, tls_hostname, tls_verify, use_tls"} ``` The `force_source` parameter was added to docker_image in Ansible 2.8 (![source](https://docs.ansible.com/ansible/latest/modules/docker_image_module.html)).
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 734185b5e5..2f40d59460 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -57,7 +57,7 @@ To install the assets, clone the `awx-logos` repo so that it is next to your `aw
Before you can run a deployment, you'll need the following installed in your local environment:
-- [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html) Requires Version 2.4+
+- [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html) Requires Version 2.8+
- [Docker](https://docs.docker.com/engine/installation/)
+ A recent version
- [docker](https://pypi.org/project/docker/) Python module