diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 28295f2..c2a0ce7 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -35,15 +35,15 @@ jobs: eval "$(/root/.pyenv/bin/pyenv init --path)" eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)" pyenv global 3.14.0 - python3 --version - /root/.pyenv/shims/pip3 freeze - pip3 freeze shell: bash #./playbooker.sh #cat $GITHUB_ENV #pyenv install 3.14.0 + # python3 --version + # /root/.pyenv/shims/pip3 freeze + # pip3 freeze # - name: common-setup-just-created # run: | # #!/bin/bash diff --git a/ansible.cfg b/ansible.cfg index 05eff12..eea296f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -29,7 +29,7 @@ vault_password_file = .vaulto # 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 = mitogen_linear