From 4941a25c40b5b7b290c79b08f830a52199c13612 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Wed, 12 Oct 2022 21:40:06 +1300 Subject: [PATCH] added missing aliases to documentation (#5351) --- .../modules/remote_management/manageiq/manageiq_provider.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/modules/remote_management/manageiq/manageiq_provider.py b/plugins/modules/remote_management/manageiq/manageiq_provider.py index 50565936f4..951e9bb07c 100644 --- a/plugins/modules/remote_management/manageiq/manageiq_provider.py +++ b/plugins/modules/remote_management/manageiq/manageiq_provider.py @@ -89,6 +89,7 @@ options: description: Whether SSL certificates should be verified for HTTPS requests (deprecated). defaults to True. type: bool default: true + aliases: [ verify_ssl ] security_protocol: type: str description: How SSL certificates should be used for HTTPS requests. defaults to None. @@ -120,6 +121,7 @@ options: description: Whether SSL certificates should be verified for HTTPS requests (deprecated). defaults to True. type: bool default: true + aliases: [ verify_ssl ] security_protocol: type: str choices: ['ssl-with-validation','ssl-with-validation-custom-ca','ssl-without-validation','non-ssl'] @@ -154,6 +156,7 @@ options: type: bool description: Whether SSL certificates should be verified for HTTPS requests (deprecated). defaults to True. default: true + aliases: [ verify_ssl ] security_protocol: type: str choices: ['ssl-with-validation','ssl-with-validation-custom-ca','ssl-without-validation', 'non-ssl']