Add python-docker to packages

This commit is contained in:
Wilfried OLLIVIER 2019-02-15 13:43:48 +01:00
parent 17d19b70de
commit d74ad7a69c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# Ensure some packages and update
- name: Ensure packages
apt:
name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg2', 'software-properties-common']
name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg2', 'software-properties-common', 'python-docker']
state: latest
update_cache: yes