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 7d73162 commit 4b45c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
shell:
cmd: 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
warn: false

- name: Ubuntu 14 extra packages needed
apt: name=gcc,python-dev,libffi-dev,libssl-dev install_recommends=no
Expand Down

0 comments on commit 4b45c8c

Please sign in to comment.