From 690c82720860c34d9da8ef8b4cc90d8bb2743dc3 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Tue, 22 Jun 2021 14:11:24 -0300 Subject: [PATCH] ipasudorule: Fix documentation attribute. Change, in the module documentation, the attribute named 'usergroup' to 'group', as it is used in the code. --- plugins/modules/ipasudorule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/ipasudorule.py b/plugins/modules/ipasudorule.py index 332423f4..5eb0efb0 100644 --- a/plugins/modules/ipasudorule.py +++ b/plugins/modules/ipasudorule.py @@ -53,7 +53,7 @@ options: required: false choices: ["all", ""] aliases: ["usercat"] - usergroup: + group: description: List of user groups assigned to the sudo rule. required: false runasgroupcategory: -- GitLab