Skip to content

Commit

Permalink
Fix ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jul 3, 2020
1 parent 4b45c8c commit 0ded64a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@
when: ansible_os_family == "Debian" and not (ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int >= 20)

- name: Install pip in in Ubuntu 20+
shell:
cmd: curl --insecure --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python2
creates: /usr/local/bin/pip
warn: no
shell: curl --insecure --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python2 creates=/usr/local/bin/pip warn=no
when: ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int >= 20

- name: Ubuntu 14 extra packages needed
Expand Down

0 comments on commit 0ded64a

Please sign in to comment.