ansible/changelogs/fragments/ansible_test_yamllint_avoid_attribute_exception.yaml
Gonéri Le Bouder 0a8d5c0983 ansible-test: yamllint, check the assigment
Ensure `yamllint`'s `check_assignment()` correctly ignore the
attribute assignment. Those don't have any `.id` attribute and will
trigger an `AttributeError` exception.

See: https://github.com/ansible/ansible/pull/73322
2021-02-11 19:42:27 -08:00

3 lines
133 B
YAML

---
bugfixes:
- yamllint - do not raise an ``AttributeError`` if a value is assigned to a module attribute at the top of the module.