Add ansible requirement for dev env docs

This commit is contained in:
Christian M. Adams 2021-02-23 13:03:47 -05:00
parent 5e6c978a47
commit 1b6976205c
No known key found for this signature in database
GPG Key ID: F41796178F693C8E

View File

@ -17,6 +17,7 @@ Notable files:
- [docker-compose](https://pypi.org/project/docker-compose/) Python module.
+ This also installs the `docker` Python module, which is incompatible with [`docker-py`](https://pypi.org/project/docker-py/). If you have previously installed `docker-py`, please uninstall it.
- [Docker Compose](https://docs.docker.com/compose/install/).
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) will need to be installed as we use it to template files needed for the docker-compose.
## Configuration