Skip to content
Snippets Groups Projects
Commit e814b1fa authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipagroup: Remove unused member_[present,absent] states

The states member_present and member_absent are not used and should also not
be used. This is a remain of the first try to ensure absence and presence
of users (members) in the group. This has been replaced with the setting
action: member.
parent dd85868c
No related branches found
No related tags found
No related merge requests found
......@@ -209,8 +209,7 @@ def main():
choices=["member", "group"]),
# state
state=dict(type="str", default="present",
choices=["present", "absent",
"member_present", "member_absent"]),
choices=["present", "absent"]),
),
supports_check_mode=True,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment