From ffe47406b9fde3a8279dc0b6e6c32da06b229934 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 23 Nov 2025 01:57:13 +1000 Subject: [PATCH] trying to fix ansible pythons --- playbooker.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooker.sh b/playbooker.sh index 3dc6eda..7ae146f 100755 --- a/playbooker.sh +++ b/playbooker.sh @@ -3,6 +3,10 @@ source /root/.bashrc +eval "$(/root/.pyenv/bin/pyenv init --path)" +eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)" +pyenv global 3.14.0 + ANSIBLE_CONFIG=/usr/share/ansible-repo/ansible.cfg CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD)