Add more variables

This commit is contained in:
phil 2023-04-08 21:37:24 +02:00
parent 7ef13a36f2
commit 4fc7125b16
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
- name: Generate an OpenSSH keypair
community.crypto.openssh_keypair:
path: "{{ borg_ssh_key_file_path }}"
type: "ed25519"
type: "{{ borg_ssh_key_type }}"
- name: Setup borgbase backup
ansible.builtin.import_tasks: borgbase.yml