Add key export path
This commit is contained in:
parent
fe167ddec3
commit
848ee79a69
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue