fix: molecule-tests static matrix and role_dir path fix

This commit is contained in:
2026-06-22 03:20:37 +00:00
parent 1f75017395
commit eedef42c13
2 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ def cli(pairs: tuple[str, ...]) -> None:
if not all([gitea_url, token, run_id]):
click.echo(_("GITEA_URL/REPO_TOKEN/RUN_ID not set; running without cross-runner cancellation."))
repo_root = Path(__file__).resolve().parent.parent
repo_root = Path(__file__).resolve().parent.parent.parent
role_dir = repo_root / "ansible" / "roles" / "gitea-runner"
base_env = os.environ.copy()