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
86e3e048
Commit
86e3e048
authored
May 29, 2016
by
Sven-Hendrik Haase
Browse files
borg-server: Use full path to borg
parent
4ff99e22
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/borg-server/tasks/main.yml
View file @
86e3e048
...
...
@@ -24,5 +24,5 @@
user=borg
key="{{ item.stdout }}"
manage_dir=yes
key_options="command=\"borg serve --restrict-to-path {{ backup_dir }}/{{ item['item'] }}\",no-pty,no-agent-forwarding,no-port-forwarding,no-X11-forwarding,no-user-rc"
key_options="command=\"
/usr/bin/
borg serve --restrict-to-path {{ backup_dir }}/{{ item['item'] }}\",no-pty,no-agent-forwarding,no-port-forwarding,no-X11-forwarding,no-user-rc"
with_items
:
"
{{
ssh_keys.results
}}"
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