Comment 0 for bug 2038281

Revision history for this message
CĂ©lestin Matte (perdu) wrote :

When running tox, the following warnings appear:

WARNING Ignored exception from JinjaRule.<bound method AnsibleLintRule.matchtasks of jinja: Rule that looks inside jinja2 templates.> while processing ansible/roles/vitrage/tasks/precheck.yml (tasks): 'NoneType' object has no attribute 'get'
WARNING Ignored exception from JinjaRule.<bound method AnsibleLintRule.matchtasks of jinja: Rule that looks inside jinja2 templates.> while processing ansible/roles/prometheus/tasks/precheck.yml (tasks): 'NoneType' object has no attribute 'get'
WARNING Ignored exception from JinjaRule.<bound method AnsibleLintRule.matchtasks of jinja: Rule that looks inside jinja2 templates.> while processing ansible/roles/swift/tasks/precheck.yml (tasks): 'NoneType' object has no attribute 'get'
WARNING Ignored exception from JinjaRule.<bound method AnsibleLintRule.matchtasks of jinja: Rule that looks inside jinja2 templates.> while processing ansible/roles/designate/tasks/precheck.yml (tasks): 'NoneType' object has no attribute 'get'

Patch https://review.opendev.org/c/openstack/kolla-ansible/+/895736 addresses this issue.