Merge "Install pip3 for docker-compose installation"
This commit is contained in:
commit
e830ac496e
@ -23,6 +23,10 @@
|
||||
- docker-compose
|
||||
state: absent
|
||||
|
||||
- name: ensure pip3 is installed
|
||||
include_role:
|
||||
name: pip3
|
||||
|
||||
- name: Install docker-compose
|
||||
pip:
|
||||
name: docker-compose
|
||||
|
@ -7,11 +7,14 @@
|
||||
|
||||
# NOTE(ianw) : See https://github.com/pypa/get-pip/issues/43;
|
||||
# requirement of get-pip.py
|
||||
# Xenial doesn't have python3-distutils as it appears to be part
|
||||
# of python3 itself.
|
||||
- name: Ensure distutils
|
||||
package:
|
||||
name:
|
||||
- python3-distutils
|
||||
state: present
|
||||
when: ansible_distribution_release != 'xenial'
|
||||
|
||||
- name: Download get-pip.py
|
||||
command: wget https://bootstrap.pypa.io/get-pip.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user