Fix: Run tasks at localhost not on storagebox
This commit is contained in:
parent
701b4f82f0
commit
0b53f0291b
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@
|
|||
- name: "Storagebox | Create backup directories"
|
||||
ansible.builtin.command:
|
||||
cmd: "ssh {{ hetzner_storagebox.user }}@{{ hetzner_storagebox.server}} -p {{ hetzner_storagebox.port }} mkdir -p {{ borg_repo_path }}"
|
||||
delegate_to: "{{ hetzner_storagebox_host }}"
|
||||
delegate_to: localhost
|
||||
|
|
Loading…
Reference in a new issue