mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
ipasudorule: Fix documentation attribute.
Change, in the module documentation, the attribute named 'usergroup' to 'group', as it is used in the code.
This commit is contained in:
@@ -53,7 +53,7 @@ options:
|
|||||||
required: false
|
required: false
|
||||||
choices: ["all", ""]
|
choices: ["all", ""]
|
||||||
aliases: ["usercat"]
|
aliases: ["usercat"]
|
||||||
usergroup:
|
group:
|
||||||
description: List of user groups assigned to the sudo rule.
|
description: List of user groups assigned to the sudo rule.
|
||||||
required: false
|
required: false
|
||||||
runasgroupcategory:
|
runasgroupcategory:
|
||||||
|
|||||||
Reference in New Issue
Block a user