Fix typo from sw-backup script
This commit is contained in:
parent
981b954682
commit
139ef2183c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
content: |
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
ssh "admin@{$1}" /export > "/srv/backup/${1}.rsc"
|
||||
ssh "admin@${1}" /export > "/srv/backup/${1}.rsc"
|
||||
mode: "0755"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue