From aba9add5959143c26670b51203f426870f6b9be2 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 28 Oct 2022 19:16:32 +0200 Subject: [PATCH] ipasmartcard_client_get_vars: Fix doc sections and agument spec ansible-test with ansible-2.14 is adding a lot of new tests to ensure that the documentation section and the agument spec is complete. Needed changes: DOCUMENTATION section - `suboptions` needs to be removed without arguments - `author` needs to be given with the github user also: `Name (@user)` --- .../library/ipasmartcard_client_get_vars.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/ipasmartcard_client/library/ipasmartcard_client_get_vars.py b/roles/ipasmartcard_client/library/ipasmartcard_client_get_vars.py index 6c83419d..46c4caeb 100644 --- a/roles/ipasmartcard_client/library/ipasmartcard_client_get_vars.py +++ b/roles/ipasmartcard_client/library/ipasmartcard_client_get_vars.py @@ -36,9 +36,8 @@ short_description: Get variables from ipaplatform and python interpreter used for the module. description: Get variables from ipaplatform and python interpreter used for the module. -options: author: - - Thomas Woerner + - Thomas Woerner (@t-woerner) ''' EXAMPLES = ''' -- GitLab