Ajout du client python pour Docker.
This commit is contained in:
parent
0a31b37687
commit
a5e7d79e1a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user