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
Commit c54bcf02 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

fix: use gather_facts module in order to get facts for borg role

parent 8111c6e8
No related branches found
No related tags found
No related merge requests found
Pipeline #7329 failed
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
delegate_to: localhost delegate_to: localhost
become: False become: False
- name: Gather facts for BorgBackup role
ansible.builtin.setup:
tags:
- borg
- backup
- name: run BorgBackup role - name: run BorgBackup role
ansible.builtin.import_role: ansible.builtin.import_role:
name: m3nu.ansible_role_borgbackup name: m3nu.ansible_role_borgbackup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment