diff --git a/plugins/modules/horizon_import.py b/plugins/modules/horizon_import.py index ecbaccc..71e642a 100644 --- a/plugins/modules/horizon_import.py +++ b/plugins/modules/horizon_import.py @@ -13,7 +13,8 @@ author: Evertrust R&D (@EverTrust) short_description: Horizon import plugin description: Import a certificate or a private key. -notes: Importing a certificate requires permissions on the related profile. +notes: + - Importing a certificate requires permissions on the related profile. extends_documentation_fragment: evertrust.horizon.auth_options options: profile: diff --git a/plugins/modules/horizon_revoke.py b/plugins/modules/horizon_revoke.py index 1d7b6bd..806058f 100644 --- a/plugins/modules/horizon_revoke.py +++ b/plugins/modules/horizon_revoke.py @@ -12,8 +12,9 @@ module: horizon_revoke author: Evertrust R&D (@EverTrust) short_description: Horizon revoke plugin -description: Performs an revocation against the Horizon API. -notes: Revoking a certificate requires permissions on the related profile. +description: Performs a revocation against the Horizon API. +notes: + - Revoking a certificate requires permissions on the related profile. extends_documentation_fragment: evertrust.horizon.auth_options options: certificate_pem: diff --git a/plugins/modules/horizon_update.py b/plugins/modules/horizon_update.py index fc9f7c9..1a18a0c 100644 --- a/plugins/modules/horizon_update.py +++ b/plugins/modules/horizon_update.py @@ -15,7 +15,8 @@ author: Evertrust R&D (@EverTrust) short_description: Horizon update plugin description: Updates labels of a certificate. -notes: Updating a certificate requires permissions on the related profile. +notes: + - Updating a certificate requires permissions on the related profile. extends_documentation_fragment: evertrust.horizon.auth_options options: certificate_pem: