We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a3051 commit 8ee4bafCopy full SHA for 8ee4baf
tasks/install_pip.yml
@@ -1,4 +1,8 @@
1
---
2
+- name: Install python3-distutils
3
+ package:
4
+ name: python3-distutils
5
+ when: ansible_distribution_release == 'bionic'
6
7
- name: Download get-pip.py
8
get_url: url=https://bootstrap.pypa.io/get-pip.py dest=/tmp/
0 commit comments