From 119b8aa6691dbbc82ab1f6a73490569d0f335b00 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 14:18:54 -0700 Subject: [PATCH] Move scan to be in shared env. --- tasks/general/acct_mgmt/users.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 1e4a8e5..0dbc0e1 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -728,8 +728,6 @@ if [[ -e $DOCKER_SOURCE && $LOGNAME == "root" ]]; then source $DOCKER_SOURCE fi - alias_scan: | - alias scan="nmap -A -p- --script=vuln" export_prod: export PROD_HOST="{{ prod_host }}" export PROD_PORT="{{ prod_port }}" @@ -1172,7 +1170,6 @@ {{ function_clean_filenames_tree }} {{ export_hyperling }} {{ source_docker_env }} - {{ alias_scan }} {{ export_prod }} {{ alias_prod }} {{ function_clean_code }}