From 556ec06a90f7e4c2a2f234095630d7bf1517848b Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Tue, 24 Nov 2020 21:21:47 +0100
Subject: [PATCH] Install python-docker

---
 tasks/docker_install.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/docker_install.yml b/tasks/docker_install.yml
index 980ae20..38c91bf 100644
--- a/tasks/docker_install.yml
+++ b/tasks/docker_install.yml
@@ -42,6 +42,7 @@
   vars:
     packages:
     - docker-ce
+    - python-docker
 
 - name: Set docker configuration
   copy: