Skip to content
Snippets Groups Projects
Verified Commit c3e96a35 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

fetch-borg-keys: Remove mode=preserve flag

It's not even implemented for file.
parent 26f4f08d
No related branches found
No related tags found
No related merge requests found
Pipeline #2352 passed
......@@ -4,7 +4,7 @@
hosts: 127.0.0.1
tasks:
- name: create borg-keys directory
file: path="{{ playbook_dir }}/../../borg-keys/" state=directory mode=preserve # noqa 208
file: path="{{ playbook_dir }}/../../borg-keys/" state=directory # noqa 208
- name: fetch borg keys
hosts: borg_clients
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment