Enabled jinja2.ChainableUndefined for custom webhook notifications

Signed-off-by: Will Haines <william.haines@colorado.edu>
This commit is contained in:
Will Haines
2020-12-10 18:01:20 -07:00
parent 8e46166313
commit fc2a2e538f
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ azure-mgmt-iothub==0.7.0
# AWS
boto==2.47.0 # last which does not break ec2 scripts
boto3==1.9.223
jinja2==2.10.1 # required for native jinja2 types for inventory compat mode
jinja2==2.11.2 # required for ChainableUndefined
# netconf for network modules
ncclient==0.6.3
# netaddr filter

View File

@@ -58,7 +58,7 @@ idna==2.8 # via requests
ipaddress==1.0.23; python_version < "3" # via cryptography, kubernetes, openstacksdk
iso8601==0.1.12 # via keystoneauth1, openstacksdk
isodate==0.6.0 # via msrest
jinja2==2.10.1 # via -r /awx_devel/requirements/requirements_ansible.in, openshift
jinja2==2.11.2 # via -r /awx_devel/requirements/requirements_ansible.in, openshift
jmespath==0.9.4 # via azure-cli-core, boto3, botocore, knack, openstacksdk
jsonpatch==1.24 # via openstacksdk
jsonpointer==2.0 # via jsonpatch