trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user