Skip to content

Commit

Permalink
In spite of the fix in 040bc8e, use workaround when calling the check…
Browse files Browse the repository at this point in the history
… tool

Signed-off-by: Matthias Büchse <matthias.buechse@cloudandheat.com>
  • Loading branch information
mbuechse committed Oct 26, 2023
1 parent 040bc8e commit 3024cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/compliance_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3024cf4

Please sign in to comment.