Add installation of the docker python package

This commit is contained in:
Jonathan Hanson 2017-05-21 16:13:08 -07:00 committed by GitHub
parent 24357b016d
commit e0648ead2f

View File

@ -14,5 +14,8 @@
state: started
enabled: yes
- name: Ensure docker Python package is available
pip: name=docker state=present
- include: docker-compose.yml
when: docker_install_compose