Skip to content

Commit

Permalink
Merge pull request #193 from galaxyproject/nsoranzo-patch-1
Browse files Browse the repository at this point in the history
Fix issue with jinja2 < 2.11.0
  • Loading branch information
natefoo authored Apr 19, 2023
2 parents c96682c + 38a5733 commit b12ea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ _galaxy_tmpclean_command:

galaxy_tmpclean_verbose_statement: "{{ galaxy_tmpclean_verbose | ternary(' -v', '') }}"
galaxy_tmpclean_log_statement: >-
{{ (galaxy_tmpclean_log is not true) | ternary(
{{ (galaxy_tmpclean_log != true) | ternary(
((galaxy_tmpclean_log is none) | ternary(
'>/dev/null',
'>>' ~ galaxy_tmpclean_log
Expand Down

0 comments on commit b12ea40

Please sign in to comment.