mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
Merge pull request #394 from dbeuker/devel
Suggestion for the missing assert parameter
This commit is contained in:
commit
7314d7b092
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue