Add python-docker to packages
This commit is contained in:
parent
17d19b70de
commit
d74ad7a69c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# Ensure some packages and update
|
# Ensure some packages and update
|
||||||
- name: Ensure packages
|
- name: Ensure packages
|
||||||
apt:
|
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
|
state: latest
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue