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

fix: improve borgbackup ssh keys handling

parent 732c4c5b
No related branches found
No related tags found
No related merge requests found
Pipeline #7326 passed with warnings
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
- name: deploy ssh private key for BorgBackup - name: deploy ssh private key for BorgBackup
ansible.builtin.copy: ansible.builtin.copy:
src: "{{ borg_ssh_keys_src }}" src: "{{ borg_ssh_keys_src }}.vault"
dest: "{{ borg_ssh_keys_dest }}" dest: "{{ borg_ssh_keys_dest }}"
owner: "root" owner: "root"
group: "root" group: "root"
......
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