mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
add external user support to ipa_group module (#5897)
* add external user support to ipa_group module * add changelog * fix style errors * remove trailing whitespace * Update plugins/modules/ipa_group.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ipa_group.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ipa_group.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ipa_group.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/5897-ipa_group-add-external-users.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ipa_group.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ipa_group.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Yuriy Halytskyy <yuriy.halytskyy@nesi.org.nz> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8818a6f242
commit
6c6de8fb90
2 changed files with 56 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ipa_group - allow to add and remove external users with the ``external_user`` option (https://github.com/ansible-collections/community.general/pull/5897).
|
Loading…
Add table
Add a link
Reference in a new issue