Skip to content

Commit

Permalink
Merge pull request #436 from ansible-lockdown/devel
Browse files Browse the repository at this point in the history
workflow update
  • Loading branch information
uk-bolly authored Sep 14, 2023
2 parents b10389c + cc934bd commit 06d7dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/pre_remediation_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@

- name: Pre Audit Setup | If audit ensure goss is available
ansible.builtin.assert:
that: goss_available.stat.exists
msg: "Audit has been selected: unable to find goss binary at {{ audit_bin }}"
when:
- not goss_available.stat.exists
when:
- run_audit

Expand Down

0 comments on commit 06d7dae

Please sign in to comment.