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