updated assert statement (#204)

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
uk-bolly 2024-04-29 16:40:53 +01:00 committed by GitHub
parent d8f9b30182
commit 79e36d8736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,9 +63,8 @@
register: goss_available
- name: Pre Audit Setup | If audit ensure goss is available
when:
- not goss_available.stat.exists
ansible.builtin.assert:
that: goss_available.stat.exists
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