Daniel Dehennin b2d38aec9b fix(jinja): omit_ip_address don't work on some platform
It apprears that the

  `if not (omit_ip_address is sameas true or host in omit_ip_address)`

always returns `True` on older Jinja platforms:

- default-ubuntu-1604-3000-3-py2
- default-ubuntu-1604-2019-2-py3
- default-amazonlinux-1-2019-2-py2

Each part of the `or` conditional need to be surrounded by parenthesis.
2020-07-30 12:25:34 +02:00
2019-04-09 21:03:48 +02:00
2020-07-21 14:18:58 +00:00
2020-07-21 14:18:58 +00:00
2020-07-21 14:18:58 +00:00
2020-07-21 14:18:58 +00:00
Description
Languages
Jinja 46.6%
SaltStack 21.2%
Ruby 16.9%
JavaScript 7.6%
Python 5.4%
Other 2.3%