mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-07-24 13:48:08 +02:00
Fix test idempotence
This commit is contained in:
parent
2b0a375be2
commit
033a5a6362
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user