0a8d5c0983
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
3 lines
133 B
YAML
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.
|