ansible-role-borgbackup icon indicating copy to clipboard operation
ansible-role-borgbackup copied to clipboard

Python2 is installed on Ubuntu

Open noaho opened this issue 4 years ago • 1 comments

On Ubuntu 20.04, this role pulls down python2 in the Install required Python Packages stage

I think all that is required is to change python-setuptools to python3-setuptools in
https://github.com/borgbase/ansible-role-borgbackup/blob/aa5830aca0b650278142b1ed09a0c461a9940a69/vars/Debian.yml#L7

However I haven't tested other distros..

noaho avatar Nov 02 '21 12:11 noaho

Looks like an oversight, since all other packages are for Python 3. Let's test and change it. Thanks for pointing this out!

m3nu avatar Jan 07 '22 10:01 m3nu