Skip to content
Snippets Groups Projects
Commit 4353ad72 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipabackup_get_backup_dir: Fix documentation 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)`

The `copyright` date is extended with `-2022`.
parent 4ad3c84c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Authors: # Authors:
# Thomas Woerner <twoerner@redhat.com> # Thomas Woerner <twoerner@redhat.com>
# #
# Copyright (C) 2021 Red Hat # Copyright (C) 2021-2022 Red Hat
# see file 'COPYING' for use and warranty information # see file 'COPYING' for use and warranty information
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
...@@ -36,9 +36,8 @@ short_description: ...@@ -36,9 +36,8 @@ short_description:
Get IPA_BACKUP_DIR from ipaplatform Get IPA_BACKUP_DIR from ipaplatform
description: description:
Get IPA_BACKUP_DIR from ipaplatform Get IPA_BACKUP_DIR from ipaplatform
options:
author: author:
- Thomas Woerner - Thomas Woerner (@t-woerner)
''' '''
EXAMPLES = ''' EXAMPLES = '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment