Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix jinja templates in conditionals #173

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

tomjelinek
Copy link
Member

Fix the error reported by recent Ansible versions: Conditional statements should not include jinja2 templating delimiters. Conditional is marked as unsafe, and cannot be evaluated.

Conditional statements should not include jinja2 templating delimiters.
Conditional is marked as unsafe, and cannot be evaluated.
@tomjelinek tomjelinek requested a review from richm as a code owner December 12, 2023 15:33
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e32822c) 80.45% compared to head (b8a9162) 80.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #173   +/-   ##
=======================================
  Coverage   80.45%   80.45%           
=======================================
  Files           3        3           
  Lines         133      133           
=======================================
  Hits          107      107           
  Misses         26       26           
Flag Coverage Δ
sanity ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tomjelinek
Copy link
Member Author

[citest]

@richm richm merged commit b1aa3db into linux-system-roles:main Dec 12, 2023
35 of 36 checks passed
@tomjelinek tomjelinek deleted the fix-tests branch December 13, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants