rclone: Hardcode hostgroup for sftp backups
This commit is contained in:
parent
8ef3592786
commit
9cb17a88c7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# {{ ansible_managed }}
|
||||
{% for host in groups[hostgroup] %}
|
||||
{% for host in groups['sftpbackup'] %}
|
||||
|
||||
[{{ host.split('.')[0] }}]
|
||||
type = sftp
|
||||
|
|
Loading…
Add table
Reference in a new issue