trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
hogweed1
2025-11-23 01:51:22 +10:00
parent 9e1dd2a5a4
commit 190cc25e50
2 changed files with 4 additions and 4 deletions

View File

@@ -35,15 +35,15 @@ jobs:
eval "$(/root/.pyenv/bin/pyenv init --path)" eval "$(/root/.pyenv/bin/pyenv init --path)"
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)" eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"
pyenv global 3.14.0 pyenv global 3.14.0
python3 --version
/root/.pyenv/shims/pip3 freeze
pip3 freeze
shell: bash shell: bash
#./playbooker.sh #./playbooker.sh
#cat $GITHUB_ENV #cat $GITHUB_ENV
#pyenv install 3.14.0 #pyenv install 3.14.0
# python3 --version
# /root/.pyenv/shims/pip3 freeze
# pip3 freeze
# - name: common-setup-just-created # - name: common-setup-just-created
# run: | # run: |
# #!/bin/bash # #!/bin/bash

View File

@@ -29,7 +29,7 @@ vault_password_file = .vaulto
# callbacks_enabled = telegram # callbacks_enabled = telegram
callback_plugins = /root/.local/lib/python3.11/site-packages/ara/plugins/callback callback_plugins = /root/.pyenv/versions/3.14.0/lib/python3.14/site-packages/plugins/callback
strategy_plugins = mitogen-0.3.32/ansible_mitogen/plugins/strategy strategy_plugins = mitogen-0.3.32/ansible_mitogen/plugins/strategy
strategy = mitogen_linear strategy = mitogen_linear