Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
c3e96a35
Verified
Commit
c3e96a35
authored
Oct 22, 2020
by
Sven-Hendrik Haase
Browse files
fetch-borg-keys: Remove mode=preserve flag
It's not even implemented for file.
parent
26f4f08d
Pipeline
#2352
passed with stage
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
playbooks/tasks/fetch-borg-keys.yml
View file @
c3e96a35
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment