Add hostname info to exported key
This commit is contained in:
parent
848ee79a69
commit
303b738f99
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
- name: "Borg | Export repo key"
|
||||
ansible.builtin.command:
|
||||
cmd: "borg key export {{ item.path }} {{ item.label }}"
|
||||
cmd: "borg key export {{ item.path }} {{ item.label }}_{{ inventory_hostname }}"
|
||||
chdir: "{{ borg_key_export_path }}"
|
||||
loop: "{{ borg_repository }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue