Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "external backup on borg"

Merged Arthur BOUDREAULT requested to merge 40-external-backup-on-borg into main
Compare and Show latest version
2 files
+ 1
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -20,7 +20,7 @@
- name: Download BorgBackup role on localhost
local_action:
module: ansible.builtin.command
cmd: ansible-galaxy install -r requirements.yml
cmd: ansible-galaxy install m3nu.ansible_role_borgbackup,v0.9.0 -p ~/.ansible/roles
become: False
- name: run BorgBackup role
Loading