From d6295f8ffef9ab7d4f6e2728ac019ed6db6c684e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 26 May 2026 16:14:12 -0700 Subject: [PATCH] Add source for command. --- tasks/general/acct_mgmt/users.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index caa5b1d..dd6fe57 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1109,6 +1109,8 @@ sh -c "rm '{{ notify_log_file_wip }}'" fi function_download_website: | + # Credit to this website or providing the base command. + # "https://simpleit.rocks/linux/how-to-download-a-website-with-wget-the-right-way/" function download-website { website="$1" if [[ -z "$website" ]]; then