roles/common: Install Python 3 version of pycurl on Debian 10

Debian 10 comes with Python 2 and Python 3 (at least from the ISO),
so we should prefer the Python 3 version of pycurl. We'll see whet-
her cloud providers like Linode and Digital Ocean ship with Python
3 or not in their default image.
This commit is contained in:
Alan Orth 2019-07-02 00:12:57 +03:00
parent da4a6660fb
commit 1b4e9ae87c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- safe-rm
- debian-goodies
- mosh
- python-pycurl # for ansible's apt_repository
- python3-pycurl # for ansible's apt_repository
- lzop
- vim
- lrzip