push-docker: the ansible module needs python-docker

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-09-26 20:33:36 +02:00
parent c96cf96d65
commit 1c7abdd825

View file

@ -7,6 +7,7 @@
package: name="{{ item }}" state=present
with_items:
- docker
- python-docker
- name: start and enable docker
service: name=docker state=started enabled=yes