borgbase / ansible-role-borgbackup

Ansible role to set up Borg and Borgmatic
MIT License
221 stars 98 forks source link

Allow specify borg/borgmon version #107

Closed Sebclem closed 1 year ago

Sebclem commented 1 year ago

This little PR is here to add the ability to specify the borg / borgmatic version to install.

This make the role able to upgrade / downgrade borg and borgmatic. By default this role, will behave like before (Use last borg/borgmatic version on first install and don't upgrade on playbook re-run)

Sebclem commented 1 year ago

@m3nu Can you take a look a this ?

m3nu commented 1 year ago

Hi, sorry for the delay. Had this flagged, but didn't get to it yet. Looks fine. Good to merge after the tests are done.

m3nu commented 1 year ago

Can you help to make the tests happy? Just replace include with include_tasks here in tasks/main.yml

- name: Run OS-specific tasks
  include: "{{ item }}"
Sebclem commented 1 year ago

Should be good now :+1: