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 }}