From 6056038b753f320291685602bac661a5783d2c0f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 26 May 2026 17:49:07 -0700 Subject: [PATCH] Add some extra commands in case a download fails and needs continued. --- tasks/general/acct_mgmt/users.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index edea00b..931e6bd 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1154,6 +1154,9 @@ --adjust-extension \ --no-clobber \ -e robots=off \ + --timeout=15 \ + --tries=0 \ + --continue \ $website && { echo "Success!"