From a80a98ff77425bd7eacf760f6c2db753af16af71 Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 22 May 2026 21:58:30 -0400 Subject: [PATCH] Fix CI roles_path when ansible.cfg is in /tmp Use GITHUB_WORKSPACE/roles so playbook syntax-check finds repo roles. Co-authored-by: Cursor --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f3caa6b..75319c5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -112,10 +112,10 @@ jobs: localhost ansible_connection=local EOF - cat > /tmp/ci-ansible.cfg <<'EOF' + cat > /tmp/ci-ansible.cfg < /tmp/ci-ansible.cfg <<'EOF' + cat > /tmp/ci-ansible.cfg <