Add more variables
This commit is contained in:
parent
7ef13a36f2
commit
4fc7125b16
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue