Skip to content

Commit 7be91b5

Browse files
Jakujerichm
authored andcommitted
tests: Fix warning for using jinja templates in assert
1 parent 25698e3 commit 7be91b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_additional_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
- name: Verify the packages were installed
2727
assert:
2828
that:
29-
- "'{{ additional_package | trim }}' in ansible_facts.packages"
29+
- "additional_package | trim in ansible_facts.packages"

0 commit comments

Comments
 (0)