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
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -18,9 +18,8 @@
# #
#-----------------------------------------------------------------------------#
- name: Download BorgBackup role on localhost
local_action:
module: ansible.builtin.command
cmd: ansible-galaxy install m3nu.ansible_role_borgbackup,v0.9.0 -p ~/.ansible/roles
ansible.builtin.command: ansible-galaxy install m3nu.ansible_role_borgbackup,v0.9.0 -p ~/.ansible/roles
delegate_to: localhost
become: False
- name: run BorgBackup role
Loading