From 308235e0323ea532eaff922124de88b638a74ce1 Mon Sep 17 00:00:00 2001 From: Timothy Appnel Date: Fri, 9 Oct 2020 19:32:44 -0400 Subject: [PATCH] Fixes #45 with correct version_added in openshift_route (#46) --- plugins/modules/openshift_route.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/openshift_route.py b/plugins/modules/openshift_route.py index 99b3358..77c28b3 100644 --- a/plugins/modules/openshift_route.py +++ b/plugins/modules/openshift_route.py @@ -14,7 +14,7 @@ module: openshift_route short_description: Expose a Service as an OpenShift Route. -version_added: "1.1.0" +version_added: "0.3.0" author: "Fabian von Feilitzsch (@fabianvf)"