mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-27 09:54:42 +00:00
Fix latest ansible-test sanity findings
Some argument_spec and also DOCUMENTATION issues were fixed. But also some recurring invalid-name findings like for example for the __metaclass__ line needed to be "fixed".
This commit is contained in:
@@ -207,6 +207,10 @@ options:
|
||||
required: false
|
||||
type: list
|
||||
elements: str
|
||||
choices: ["ALL", "BASE", "PKEY_ONLY", "dn", "objectclass", "ipauniqueid",
|
||||
"ipantsecurityidentifier", "name", "description", "gid", "user",
|
||||
"group", "service", "externalmember", "idoverrideuser",
|
||||
"membermanager_user", "membermanager_group"]
|
||||
action:
|
||||
description: Work on group or member level
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user