diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index ff9763b..bea8b48 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -161,6 +161,9 @@ unset OPTIND unset accept + unset goodbye + unset only_sys + unset only_flat while getopts ":hygsf" opt; do case $opt in h) echo -e "$usage"