diff options
author | Marco Lussetti <marcolussetti@users.noreply.github.com> | 2020-10-19 15:28:50 +0200 |
---|---|---|
committer | Marco Lussetti <marcolussetti@users.noreply.github.com> | 2020-10-19 15:28:50 +0200 |
commit | 9818440d0f91ce4b4fee513fba73dcc99f188271 (patch) | |
tree | b887dd471676fbed9e92551594366051f5883603 /INSTALL.md | |
parent | Point installer to community.general.docker_image (diff) | |
download | awx-9818440d0f91ce4b4fee513fba73dcc99f188271.tar.xz awx-9818440d0f91ce4b4fee513fba73dcc99f188271.zip |
curtail change to ansible >= 2.10 per feedback
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index e7f06ec86e..dfbd0cbe7e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -79,6 +79,7 @@ Before you can run a deployment, you'll need the following installed in your loc + This is incompatible with `docker-py`. If you have previously installed `docker-py`, please uninstall it. + We use this module instead of `docker-py` because it is what the `docker-compose` Python module requires. - [community.general.docker_image collection](https://docs.ansible.com/ansible/latest/collections/community/general/docker_image_module.html) + + This is only required if you are using Ansible >= 2.10 - [GNU Make](https://www.gnu.org/software/make/) - [Git](https://git-scm.com/) Requires Version 1.8.4+ - Python 3.6+ |