4
0
Fork 0

Merge pull request #394 from dbeuker/devel

Suggestion for the missing assert parameter
This commit is contained in:
uk-bolly 2025-10-01 10:25:22 +01:00 committed by GitHub
commit 7314d7b092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,6 +57,7 @@
- name: Pre Audit Setup | If audit ensure goss is available
when: not prelim_goss_available.stat.exists
ansible.builtin.assert:
that: prelim_goss_available['stat']['exists'] == true
msg: "Audit has been selected: unable to find goss binary at {{ audit_bin }}"
- name: Pre Audit Setup | Copy ansible default vars values to test audit