Skip to content

Commit

Permalink
Merge pull request #435 from ansible-lockdown/workflow_push
Browse files Browse the repository at this point in the history
updated assert for workflow run
  • Loading branch information
uk-bolly authored Sep 14, 2023
2 parents baa1d83 + d734a90 commit cc934bd
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 cc934bd

Please sign in to comment.