From 11cdcb1868563231103559e06d3c8527a1fe2681 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 2 Jun 2021 12:52:55 +0200 Subject: [PATCH] Use and ownership info for the icmp_ping module. Signed-off-by: Jiri Podivin Change-Id: I6721d614ffe818e72f3f0e8b5ab74316d0d653cc --- library/icmp_ping.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library/icmp_ping.py b/library/icmp_ping.py index 3116bd784..1ce899f88 100644 --- a/library/icmp_ping.py +++ b/library/icmp_ping.py @@ -14,7 +14,9 @@ # License for the specific language governing permissions and limitations # under the License. - +"""icmp_ping module +Used by `node-health` and `check-network-gateway` roles. +""" from ansible.module_utils.basic import AnsibleModule from yaml import safe_load as yaml_safe_load @@ -25,6 +27,8 @@ short_description: ICMP ping remote hosts requirements: [ ping ] description: - Check host connectivity with ICMP ping. + - Used by `node-health` and `check-network-gateway` roles. + - Owned by the DFG:DF and DFG:Networking options: host: required: true