codeenigma / ce-provision

5 stars 5 forks source link

python-boto role seems to break duplicity #987

Closed gregharvey closed 6 months ago

gregharvey commented 1 year ago

This task removes python-boto it seems but the duplicity backup tool requires it:

So we either need to make that optional or not remove it at all, if it doesn't break other things Ansible. To investigate!

gregharvey commented 11 months ago

As of 2.x when python_boto is installed for ce-provision and ce-deploy it happens in a Python virtual environment, so should not break system packages. To be tested...

gregharvey commented 6 months ago

duplicity is also now installed in a venv, this should be fixed.