Skip to content

Commit

Permalink
Merge pull request #20 from ansible-lockdown/may23_updates
Browse files Browse the repository at this point in the history
May23 updates
  • Loading branch information
uk-bolly authored May 16, 2023
2 parents fe77b85 + 94f37e6 commit ca0fc9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/LE_audit_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- name: copy audit binary
copy:
src:
src: "{{ copy_goss_from_path }}"
dest: "{{ audit_bin }}"
mode: 0555
owner: root
Expand Down
1 change: 0 additions & 1 deletion tasks/pre_remediation_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
copy:
src: "{{ audit_local_copy }}"
dest: "{{ audit_conf_dir }}"
mode: 0644
when:
- audit_content == 'copy'

Expand Down

0 comments on commit ca0fc9d

Please sign in to comment.