Fixes
This commit is contained in:
parent
7a742fd76a
commit
5f5fab84bb
1 changed files with 1 additions and 6 deletions
|
@ -5,11 +5,6 @@
|
||||||
register: ssh_key
|
register: ssh_key
|
||||||
|
|
||||||
- name: "Storagebox | Copy key to Hetzner"
|
- name: "Storagebox | Copy key to Hetzner"
|
||||||
ansible.builtin.command:
|
ansible.builtin.shell:
|
||||||
cmd: "echo {{ ssh_key.stdout_lines }} | ssh {{ hetzner_storagebox.user }}@{{ hetzner_storagebox.server }} -p {{ hetzner_storagebox.port }} install-ssh-key"
|
cmd: "echo {{ ssh_key.stdout_lines }} | ssh {{ hetzner_storagebox.user }}@{{ hetzner_storagebox.server }} -p {{ hetzner_storagebox.port }} install-ssh-key"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- 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: localhost
|
|
||||||
|
|
Loading…
Reference in a new issue