Add dependency
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-10-15 17:24:02 +02:00
parent 8a39789f62
commit c8ec968ab6
1 changed files with 6 additions and 0 deletions

View File

@ -46,3 +46,9 @@
- docker-ce-cli
- docker-compose-plugin
- containerd.io
- name: Install Python Docker module
ansible.builtin.pip:
name: docker
executable: pip3
state: latest