From d74ad7a69c9eb39925e3a35296aebf5a239c257f Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Fri, 15 Feb 2019 13:43:48 +0100 Subject: [PATCH] Add python-docker to packages --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2e48b2e..786cb40 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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