ansible-role-borgbackup
ansible-role-borgbackup copied to clipboard
Python2 is installed on Ubuntu
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..
Looks like an oversight, since all other packages are for Python 3. Let's test and change it. Thanks for pointing this out!