diff options
author | Marco Lussetti <marcolussetti@users.noreply.github.com> | 2020-10-16 05:38:29 +0200 |
---|---|---|
committer | Marco Lussetti <marcolussetti@users.noreply.github.com> | 2020-10-16 05:38:29 +0200 |
commit | 8217d14e367e85db93f00ac7652261aec0de1c6d (patch) | |
tree | 360354518dce34ce1d5931c8bc7bb1684e8581d5 /INSTALL.md | |
parent | Merge pull request #8398 from john-westcott-iv/fix_stack_trace (diff) | |
download | awx-8217d14e367e85db93f00ac7652261aec0de1c6d.tar.xz awx-8217d14e367e85db93f00ac7652261aec0de1c6d.zip |
Point installer to community.general.docker_image
Fixes issue in Ansible 2.10.2 where docker_image command is not found.
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 6bc3f869d0..e7f06ec86e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -78,6 +78,7 @@ Before you can run a deployment, you'll need the following installed in your loc - [docker](https://pypi.org/project/docker/) Python module + 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) - [GNU Make](https://www.gnu.org/software/make/) - [Git](https://git-scm.com/) Requires Version 1.8.4+ - Python 3.6+ |