Fix key name

This commit is contained in:
phil 2023-04-08 21:21:07 +02:00
parent d53f90be10
commit 6c78f3e8ad

View file

@ -1,7 +1,7 @@
--- ---
- name: Read key from file - name: Read key from file
ansible.builtin.slurp: ansible.builtin.slurp:
src: "{{ borg_ssh_key_file_path }}/{{ borg_ssh_key_name }}.pub" src: "{{ borg_ssh_key_file_path }}.pub"
register: ssh_key register: ssh_key
check_mode: true check_mode: true