win_ping: Make full-functional

Small cleanup and backport `ping` functionality.
This commit is contained in:
Dag Wieers
2017-01-27 16:30:51 +01:00
committed by Matt Clay
parent 4d57515aec
commit a60c051952
2 changed files with 16 additions and 8 deletions

View File

@@ -36,9 +36,7 @@ options:
data:
description:
- Alternate data to return instead of 'pong'
required: false
default: 'pong'
aliases: []
author: "Chris Church (@cchurch)"
'''
@@ -47,6 +45,10 @@ EXAMPLES = r'''
ansible winserver -m win_ping
# Example from an Ansible Playbook
- action: win_ping
- win_ping:
# Induce a crash to see what happens
- win_ping:
data: crash
'''