Add key export path

This commit is contained in:
phil 2023-04-09 10:22:21 +02:00
parent fe167ddec3
commit 848ee79a69

View file

@ -34,6 +34,7 @@
- name: "Borg | Export repo key"
ansible.builtin.command:
cmd: "borg key export {{ item.path }} {{ item.label }}"
chdir: "{{ borg_key_export_path }}"
loop: "{{ borg_repository }}"
- name: "Borg | Save repo key to localhost"