From 4648a0a09769f8f33ea47d06d9324efb22d55647 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Fri, 21 Oct 2022 10:55:20 +0200 Subject: [PATCH] add new param doc --- plugins/modules/service_catalog.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/modules/service_catalog.py b/plugins/modules/service_catalog.py index 8ed5257..5fd2147 100644 --- a/plugins/modules/service_catalog.py +++ b/plugins/modules/service_catalog.py @@ -27,6 +27,11 @@ options: - optionally limit services type: list elements: str + skip_delete: + description: + - Skip service/endpoint deletion or not + type: bool + default: true ''' RETURN = '''