Skip to content

Commit 8ee4baf

Browse files
committed
adding python3-distutils before pip for bionic as it is required and not shipped with bionic
1 parent 82a3051 commit 8ee4baf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/install_pip.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
- name: Install python3-distutils
3+
package:
4+
name: python3-distutils
5+
when: ansible_distribution_release == 'bionic'
26

37
- name: Download get-pip.py
48
get_url: url=https://bootstrap.pypa.io/get-pip.py dest=/tmp/

0 commit comments

Comments
 (0)