From e5356e7f5830123b2fdfa295c1dc18853baa6296 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 23 Nov 2025 02:08:29 +1000 Subject: [PATCH] trying to fix ansible pythons --- playbooker.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooker.sh b/playbooker.sh index 9e7bf20..66f2e7d 100755 --- a/playbooker.sh +++ b/playbooker.sh @@ -3,10 +3,10 @@ #source /root/.bashrc -whoami +#whoami -sudo -i -source /root/.bashrc +#sudo -i +#source /root/.bashrc export PYENV_ROOT="/root/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH"