Fix test idempotence

This commit is contained in:
Manu 2023-03-19 15:28:59 +00:00
parent 2b0a375be2
commit 033a5a6362

View File

@ -22,13 +22,6 @@
owner: "{{ borgbackup_user }}"
group: "{{ borgbackup_group }}"
- name: Set key permission
ansible.builtin.file:
path: "{{ borg_ssh_key_file_path }}.pub"
mode: "0644"
owner: "{{ borgbackup_user }}"
group: "{{ borgbackup_group }}"
- name: Read ssh key
ansible.builtin.slurp:
src: "{{ borg_ssh_key_file_path }}.pub"