Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 16, 2024
1 parent d651976 commit 2407e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ansible/launch_install_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@
path: /bin/secureBash
register: file2_stat

- name: Compare file checksums
- name: Compare file checksums of /bin/dash and /bin/secureBash
fail:
msg: "The files secureBash and dash are not the same"
when: file1_stat.stat.checksum != file2_stat.stat.checksum
Expand Down

0 comments on commit 2407e57

Please sign in to comment.