Skip to content

Commit

Permalink
fixup! ipagroup: Use global member management method.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Jan 23, 2023
1 parent 7873769 commit 762c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ipagroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def main():
)

member_args = gen_member_args(
user, group, service, externalmember, idoverrideuser
user, group, service, externalmember, idoverrideuser
)

if state == "absent" or should_update_group(
Expand Down

0 comments on commit 762c285

Please sign in to comment.