Ensure python libraries for docker are present

master
blallo 2020-05-02 17:22:22 +02:00
parent d5f964bb7f
commit 1a4a1c6b82
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 7 additions and 0 deletions

View File

@ -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