mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 16:41:21 -07:00
Some adjustments/improvements (#1516)
* 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
This commit is contained in:
parent
e9dafb3467
commit
5ee5c004b4
2 changed files with 8 additions and 17 deletions
2
changelogs/fragments/1516-ldap_entry-improvements.yaml
Normal file
2
changelogs/fragments/1516-ldap_entry-improvements.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- ldap_entry - improvements in documentation, simplifications and replaced code with better ``AnsibleModule`` arguments (https://github.com/ansible-collections/community.general/pull/1516).
|
Loading…
Add table
Add a link
Reference in a new issue