The sudo access check on line 71 was using `if myANSIBLE_TAG="Debian"` which
assigns "Debian" to the variable instead of comparing it. This means the
then branch is always taken regardless of the actual distro.
Matches the correct pattern already used in install.sh line 254.