Fix: Run tasks at localhost not on storagebox

This commit is contained in:
phil 2023-05-08 14:39:32 +02:00
parent 701b4f82f0
commit 0b53f0291b

View file

@ -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