From 3024cf452a7bbef895b0b63884ae23ad77742cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCchse?= Date: Thu, 26 Oct 2023 10:43:47 +0200 Subject: [PATCH] In spite of the fix in 040bc8e, use workaround when calling the check tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Büchse --- playbooks/compliance_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/compliance_check.yaml b/playbooks/compliance_check.yaml index 64bb26e1f..2fd96b79e 100644 --- a/playbooks/compliance_check.yaml +++ b/playbooks/compliance_check.yaml @@ -31,7 +31,7 @@ - name: Run compliance script ansible.builtin.command: - cmd: python3 scs-compliance-check.py scs-compatible-iaas.yaml --os-cloud gx-scs + cmd: python3 ./scs-compliance-check.py scs-compatible-iaas.yaml --os-cloud gx-scs chdir: /home/ubuntu/Tests register: result changed_when: result.rc != 0