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