Ajout du client python pour Docker.

This commit is contained in:
William 2021-06-07 23:15:57 +02:00
parent 0a31b37687
commit a5e7d79e1a

View File

@ -10,6 +10,7 @@
'apt-transport-https',
'ca-certificates',
'software-properties-common',
'python3-pip',
]
state: present
@ -33,6 +34,10 @@
state: latest
update_cache: yes
- name: Add the Python client for Docker
pip:
name: docker-py
- name: Install docker-compose
get_url:
url : https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64