From 605b4e8c7b22fd24290e93b831a84ab6e1455381 Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Tue, 5 May 2026 07:09:56 +0200 Subject: [PATCH] ci: run ansible syntax checks with explicit test inventory --- .github/workflows/ci-cd.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c6bf6c7..42247a7 100755 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -42,8 +42,13 @@ jobs: - name: Validate Ansible syntax run: | + mkdir -p test-inventory + cat > test-inventory/hosts <