Remove comment from win_git.py

This commit is contained in:
Kenneth Benzie 2024-12-07 16:34:55 +00:00
parent bb2cf61658
commit 5ed3297984

View File

@ -22,27 +22,6 @@ seealso:
- module: ansible.builtin.git - module: ansible.builtin.git
''' '''
# DOCUMENTATION = r'''
# ---
# module: win_ping
# short_description: A windows version of the classic ping module
# description:
# - Checks management connectivity of a windows host.
# - This is NOT ICMP ping, this is just a trivial test module.
# - For non-Windows targets, use the M(ansible.builtin.ping) module instead.
# options:
# data:
# description:
# - Alternate data to return instead of 'pong'.
# - If this parameter is set to C(crash), the module will cause an exception.
# type: str
# default: pong
# seealso:
# - module: ansible.builtin.ping
# author:
# - Chris Church (@cchurch)
# '''
EXAMPLES = r''' EXAMPLES = r'''
# Test connectivity to a windows host # Test connectivity to a windows host
# ansible winserver -m ansible.windows.win_ping # ansible winserver -m ansible.windows.win_ping