From 526a9aff873404ea91417f9e9be86ff21337448f Mon Sep 17 00:00:00 2001 From: Ana Zobec Date: Tue, 7 Mar 2023 07:51:46 +0100 Subject: [PATCH] Remove irrelevant commented old documentation from time_server_info. --- plugins/modules/time_server_info.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/plugins/modules/time_server_info.py b/plugins/modules/time_server_info.py index 7a13ae760..fad0b4bbe 100644 --- a/plugins/modules/time_server_info.py +++ b/plugins/modules/time_server_info.py @@ -7,23 +7,6 @@ __metaclass__ = type -# DOCUMENTATION = r""" -# module: time_server_info -# -# author: -# - Ana Zobec (@anazobec) -# short_description: List Time Server source configuration on HyperCore API. -# description: -# - Use this module to list information about the Time Server configuration on HyperCore API. -# version_added: 1.2.0 -# extends_documentation_fragment: -# - scale_computing.hypercore.cluster_instance -# seealso: -# - module: scale_computing.hypercore.time_server -# - module: scale_computing.hypercore.time_zone -# - module: scale_computing.hypercore.time_zone_info -# """ - DOCUMENTATION = r""" module: time_server_info