From 499f4b4066a1e9bfe59385985a3dc3b8b00af420 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 08:04:29 +0100 Subject: [PATCH] Fix missing '>'. (#4080) (#4082) (cherry picked from commit 5fead8bbde52586ed9f6c4ef8ebca1e489b6a44b) Co-authored-by: Felix Fontein --- 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.