From 2f3f313ca92c3a2c358d4f5ac9506f99ccf089b3 Mon Sep 17 00:00:00 2001 From: hatemosphere Date: Thu, 2 Nov 2023 15:34:46 +0100 Subject: [PATCH] debug --- .github/workflows/load_testing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/load_testing.yaml b/.github/workflows/load_testing.yaml index 19b80931..8246c626 100644 --- a/.github/workflows/load_testing.yaml +++ b/.github/workflows/load_testing.yaml @@ -93,6 +93,8 @@ jobs: tmp_inventory=$(cat ../infrastructure/loadtests/ansible/gcp.yml) echo "${tmp_inventory}" | envsubst > ../infrastructure/loadtests/ansible/gcp.yml + cat ../infrastructure/loadtests/ansible/gcp.yml + ansible-inventory -i ../infrastructure/loadtests/ansible/gcp.yml --list | \ tee /tmp/ansible_output.txt | \ grep -q "No inventory was parsed" && { echo "Error: No inventory was parsed."; exit 1; }