Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ubuntu 20.04 LTS has jinja2 2.10.1, which doesn't support `is true` and various other `is` tests added in pallets/jinja#824 Fix: ``` TASK [galaxyproject.galaxy : Schedule tmpclean cron job (root)] ******************************************************************************************************************************************* fatal: [gat-18.eu.galaxy.training]: FAILED! => msg: |- An unhandled exception occurred while templating '{{ (galaxy_tmpclean_log is not true) | ternary( ((galaxy_tmpclean_log is none) | ternary( '>/dev/null', '>>' ~ galaxy_tmpclean_log )), '' ) }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: template error while templating string: no test named 'true'. String: {{ (galaxy_tmpclean_log is not true) | ternary( ((galaxy_tmpclean_log is none) | ternary( '>/dev/null', '>>' ~ galaxy_tmpclean_log )), '' ) }} ```
- Loading branch information