From 1a4a1c6b827c37e7f16455f937d21eccdad38555 Mon Sep 17 00:00:00 2001 From: Blallo Date: Sat, 2 May 2020 17:22:22 +0200 Subject: [PATCH] Ensure python libraries for docker are present --- tasks/setup.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/setup.yml b/tasks/setup.yml index 99e0e1d..acbf39d 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -14,3 +14,10 @@ state: "directory" tags: - configuration + +- name: ensure that the python docker library is present + apt: + name: + - python3-distutils + - python3-docker + state: present