Compare commits

..

1 commit

Author SHA1 Message Date
Wayne King
59fb4da63d
Merge 3422e73270 into 13bf21bb82 2026-03-07 20:36:15 -08:00

View file

@ -68,7 +68,7 @@ if [[ "${myANSIBLE_DISTRIBUTIONS[@]}" =~ "${myCURRENT_DISTRIBUTION}" ]];
fi
# Check type of sudo access
if [ "$myANSIBLE_TAG" = "Debian" ];
if myANSIBLE_TAG="Debian";
# Debian 13 - sudo seems to apply stricter settings, we now ask for the become password
then
myANSIBLE_BECOME_OPTION="--become --ask-become-pass"