From 0dc49d0706e757d159651e974cdb2e76a793027c Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 28 Oct 2022 19:23:38 +0200 Subject: [PATCH] ipasmartcard_server_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_server_get_vars.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/ipasmartcard_server/library/ipasmartcard_server_get_vars.py b/roles/ipasmartcard_server/library/ipasmartcard_server_get_vars.py index 85897914..b34bec39 100644 --- a/roles/ipasmartcard_server/library/ipasmartcard_server_get_vars.py +++ b/roles/ipasmartcard_server/library/ipasmartcard_server_get_vars.py @@ -36,9 +36,8 @@ short_description: Get variables from ipaplatform and ipaserver and python interpreter. description: Get variables from ipaplatform and ipaserver and python interpreter. -options: author: - - Thomas Woerner + - Thomas Woerner (@t-woerner) ''' EXAMPLES = ''' -- GitLab