From 88764165ad2bf56af5e23890af87100af85d37ff Mon Sep 17 00:00:00 2001 From: Fran Fitzpatrick Date: Thu, 28 Jun 2018 17:00:27 -0500 Subject: [PATCH] Adds description of the group to documentation (#42080) --- lib/ansible/modules/identity/ipa/ipa_group.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/identity/ipa/ipa_group.py b/lib/ansible/modules/identity/ipa/ipa_group.py index 0e21c71164..ba53c7886a 100644 --- a/lib/ansible/modules/identity/ipa/ipa_group.py +++ b/lib/ansible/modules/identity/ipa/ipa_group.py @@ -24,6 +24,9 @@ options: - Can not be changed as it is the unique identifier. required: true aliases: ['name'] + description: + description: + - Description of the group. external: description: - Allow adding external non-IPA members from trusted domains.