Suggestion for the missing assert parameter

Signed-off-by: Danny Beuker <danny.beuker@exenis.nl>
This commit is contained in:
Danny Beuker 2025-08-29 20:51:04 +02:00
parent 39c7dfa187
commit 6b1fb1916f

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