Remove misplaced loop
This commit is contained in:
parent
f46724461b
commit
43dbe7c8cb
1 changed files with 1 additions and 2 deletions
|
@ -40,9 +40,8 @@
|
||||||
|
|
||||||
- name: "Borg | Export repo key"
|
- name: "Borg | Export repo key"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "borg key export ssh://{{ borgbase_repo.repo_id }}@{{ borgbackup_ssh_host }}/./repo borgbase"
|
cmd: "borg key export ssh://{{ borgbase_repo.repo_id }}@{{ borgbackup_ssh_host }}/./repo borgbase_{{ inventory_hostname }}"
|
||||||
chdir: "{{ borg_key_export_path }}"
|
chdir: "{{ borg_key_export_path }}"
|
||||||
loop: "{{ borg_repository }}"
|
|
||||||
when: borgbase is defined and borgbase
|
when: borgbase is defined and borgbase
|
||||||
|
|
||||||
- name: "Borg | Save repo key to localhost"
|
- name: "Borg | Save repo key to localhost"
|
||||||
|
|
Loading…
Reference in a new issue