Removed host prefix

This commit is contained in:
2023-04-18 15:45:52 +02:00
parent cd9eca8ee3
commit 3157f504b0
3 changed files with 42 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# Pulls the remote backups from multiple hosts
hosts="{{pull_remote_backups_hosts}}";
hosts="{{pull_remote_backups}}";
errors=0
for host in $hosts; do
bash {{docker_pull_primary_backups_folder}}pull-remote-backup.sh $host || ((errors+=1));