From 728c68443f26140f5ee949ae72a1a12038a28eb8 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 26 May 2026 17:39:20 -0700 Subject: [PATCH] Fix brackets on new function. --- tasks/general/acct_mgmt/users.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 3d96b23..edea00b 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1156,12 +1156,11 @@ -e robots=off \ $website && { - echo "Success!" || - { + echo "Success!" + } || { echo "ERROR: Command reported a failure. (Error code '$?')" echo "This may mean that the URL was not converted to local links." echo "Please check the error and contents and try again if needed." - } } alias website-download="download-website"