mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-28 22:33:08 +00:00
* Some adjustments/improvements - Added doc details for parameters ``description`` and ``objectClass`` - Added type details to argument_spec of parameters ``description`` and ``objectClass``. - Removed unused import - Simplified logic of ``LdapEntry._load_attrs()`` - Replaced parameter validation test with ``required_if``. * Added changelog frag