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 4f4b792 commit a87ce93
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 @@ -77,7 +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: curl --insecure --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python creates=/usr/local/bin/pip warn=no
apt: name=python3-pip,python3-setuptools install_recommends=no
when: ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int >= 20

- name: Ubuntu 14 extra packages needed
Expand Down

0 comments on commit a87ce93

Please sign in to comment.