Skip to content

Commit

Permalink
Pin borgmatic and allow it to connect to production Mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 11, 2024
1 parent 4cf8128 commit a583d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/borg/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@

- name: Install borgmatic with pipx
community.general.pipx:
name: borgmatic
name: 'borgmatic ~= 1.8, < 2'
state: present


- name: Install MongoDB tools
become: true
apt:
Expand Down Expand Up @@ -50,7 +51,6 @@
mongodb_databases:
- name: all
port: 27017
options: "--ssl"
borgmatic_timer: cron
borg_retention_policy:
keep_daily: 30
Expand Down

0 comments on commit a583d05

Please sign in to comment.