From 1b4e9ae87ca7114137c80cf7c24d62a657be628a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 2 Jul 2019 00:12:57 +0300 Subject: [PATCH] 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. --- roles/common/tasks/packages_Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/packages_Debian.yml b/roles/common/tasks/packages_Debian.yml index 257ebd5..866673c 100644 --- a/roles/common/tasks/packages_Debian.yml +++ b/roles/common/tasks/packages_Debian.yml @@ -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