From 5fead8bbde52586ed9f6c4ef8ebca1e489b6a44b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 25 Jan 2022 07:50:11 +0100 Subject: [PATCH] Fix missing '>'. (#4080) --- plugins/modules/remote_management/manageiq/manageiq_alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/remote_management/manageiq/manageiq_alerts.py b/plugins/modules/remote_management/manageiq/manageiq_alerts.py index 4f818a3a51..de85e96fcb 100644 --- a/plugins/modules/remote_management/manageiq/manageiq_alerts.py +++ b/plugins/modules/remote_management/manageiq/manageiq_alerts.py @@ -15,7 +15,7 @@ short_description: Configuration of alerts in ManageIQ extends_documentation_fragment: - community.general.manageiq -author: Elad Alfassa (@elad661) description: - The manageiq_alerts module supports adding, updating and deleting alerts in ManageIQ.