mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-01 19:02:49 +00:00
Setting default values for FieldAttribute values created in the Base class prevents the _get_parent_attribute() code from working correctly, as the value is always non-None. Related to #22924