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"