mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 16:21:12 +00:00
* Adds the uid-/gidnumber as an argument to ipa_user * Fixes issue #32555 * Adds the uidnumber which is called UID in the IPA web interface most often, but called uidnumber in the JSON-API of IPA's `user_mod` call. * Adds the gidnumber which is called GID in the IPA web interface, but called gidnumber in the JSON-API * Code changes analogue to PR #32369 * Removed wrong version_number from telephonenumber Remove wrongly placed version_number information * Put arguments in different lines Following PEP-8 the uidnumber and gidnumber are on different lines in the update method