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

cert: Fix short_description tag, add chain option, remove authors

Several fixes for the DOCUMENTATION section: The short_description tag
was 'short description', the chain option was missing and the unknown
authers tag has been removed.
parent 96209f69
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ ANSIBLE_METADATA = { ...@@ -34,7 +34,7 @@ ANSIBLE_METADATA = {
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: ipacert module: ipacert
short description: Manage FreeIPA certificates short_description: Manage FreeIPA certificates
description: Manage FreeIPA certificates description: Manage FreeIPA certificates
extends_documentation_fragment: extends_documentation_fragment:
- ipamodule_base_docs - ipamodule_base_docs
...@@ -67,6 +67,10 @@ options: ...@@ -67,6 +67,10 @@ options:
description: Name of the issuing certificate authority. description: Name of the issuing certificate authority.
type: str type: str
required: false required: false
chain:
description: Include certificate chain in output.
type: bool
required: false
serial_number: serial_number:
description: | description: |
Certificate serial number. Cannot be used with `state: requested`. Certificate serial number. Cannot be used with `state: requested`.
...@@ -102,7 +106,6 @@ options: ...@@ -102,7 +106,6 @@ options:
required: true required: true
type: str type: str
author: author:
authors:
- Sam Morris (@yrro) - Sam Morris (@yrro)
- Rafael Guterres Jeffman (@rjeffman) - Rafael Guterres Jeffman (@rjeffman)
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment