Skip to content

Commit

Permalink
Update verify playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
t2d committed Apr 2, 2023
1 parent 8cf2787 commit 1ed4b89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
get_url:
url: "https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"
dest: "{{ goss_bin }}"
sha256sum: "{{ goss_sha256sum }}"
checksum: "sha256:{{ goss_sha256sum }}"
mode: 0755

- name: Create Molecule directory for test files # noqa 208
Expand Down Expand Up @@ -49,6 +49,7 @@
copy:
src: "{{ item.path }}"
dest: "{{ goss_test_directory }}/{{ item.path | basename }}"
mode: 0644
with_items:
- "{{ test_files.files }}"

Expand Down

0 comments on commit 1ed4b89

Please sign in to comment.