mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-13 11:59:14 +00:00
parent
f570b54743
commit
f676f82ed0
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ if [ ! -f installer/install/tpot.yml ] && [ ! -f tpot.yml ];
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue