Hi, regarding this issue: https://github.com/ansible/ansible/issues/57311
I've tried all the suggested ways of upgrading Jinja including the last one: $ python -m pip install -U jinja2 Pip and the python pip upgrade both think I installed Jinja2 version 2.10.1 which has the required 'equalto' function. But when I execute the playbook it continues to fail and the version command still continues to return 2.7.2. which is th eversion it is not implemented yet. $ python -c 'from jinja2 import __version__; print(__version__)' So how/where can I configure the correct version to use for ansible? Kind Regards Sylvia -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/af4e5768-2611-4042-b74f-30b6f649fb51%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
