From 190cc25e50b35dd32ad75ab2e758c99f2c9b6698 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 23 Nov 2025 01:51:22 +1000 Subject: [PATCH] trying to fix ansible pythons --- .gitea/workflows/act.yaml | 6 +++--- ansible.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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