From 9769722d7ccc4bf3ea723ce650ae2b975d1de642 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sun, 23 Nov 2025 01:40:43 +1000 Subject: [PATCH] trying to fix ansible pythons --- .gitea/workflows/act.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 30e4911..e932c41 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -28,7 +28,8 @@ jobs: run: | cd /usr/share/ansible-repo/ git pull - source sourceme.sh + echo "eval \"source sourceme.sh\"" >> $GITHUB_ENV + source $GITHUB_ENV python3 --version shell: bash #./playbooker.sh