Skip to content

Commit

Permalink
Hotfix: remove whitespace from ansible jinja2 variable
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore86 committed Jan 25, 2023
1 parent 2b22b32 commit 6c0c962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
assert:
that:
- 'kubeshark_version == kubeshark_re_version'
fail_msg: 'Kubeshark installation failed, {{ kubeshark_version }} != {{ kubeshark_re_version }}'
fail_msg: 'Kubeshark installation failed, {{ kubeshark_version }} != {{ kubeshark_re_version }}'
success_msg: 'Installed kubeshark version is: {{ kubeshark_re_version }}'
...

0 comments on commit 6c0c962

Please sign in to comment.