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)